H.J. Lu 18fdba553d Add a C wrapper for prctl [BZ #25896]
Add a C wrapper to pass arguments in

/* Control process execution.  */
extern int prctl (int __option, ...) __THROW;

to prctl syscall:

extern int prctl (int, unsigned long int, unsigned long int,
		  unsigned long int, unsigned long int);

(cherry picked from commit ff026950e280bc3e9487b41b460fb31bc5b57721)
2020-05-07 05:01:20 -07:00
..
2020-05-07 05:01:20 -07:00
2016-10-28 22:40:16 -04:00
2018-03-25 00:48:01 +01:00
2017-04-07 07:45:53 -04:00
2017-11-22 22:21:10 +00:00
2018-12-07 12:47:41 -08:00
2019-05-02 11:42:51 +02:00
2019-10-09 17:48:41 -03:00
2019-11-06 09:20:52 -03:00