H.J. Lu
ff026950e2
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);
2020-04-30 10:42:43 -07:00
..
2020-04-08 13:52:44 -03:00
2020-04-08 13:52:45 -03:00
2020-04-24 22:08:59 +00:00
2020-03-19 11:45:44 -03:00
2020-04-24 22:32:09 +02:00
2020-01-01 00:14:33 +00:00
2020-04-06 22:19:03 +00:00
2020-02-16 14:43:54 +00:00
2020-02-09 13:56:48 +01:00
2020-04-24 22:08:59 +00:00
2020-04-21 14:01:58 -03:00
2020-04-30 08:52:08 -05:00
2020-03-19 11:45:44 -03:00
2020-04-24 22:32:09 +02:00
2020-03-19 11:45:44 -03:00
2020-04-30 08:52:08 -05:00
2020-04-24 22:08:59 +00:00
2020-03-03 12:49:44 +01:00
2020-03-23 18:00:38 -03:00
2020-04-30 08:52:08 -05:00
2020-02-16 23:53:45 +01:00
2020-03-19 11:45:44 -03:00
2020-04-24 22:08:59 +00:00
2020-04-24 22:08:59 +00:00
2020-04-08 13:52:44 -03:00
2020-04-30 10:42:43 -07:00
2020-01-01 00:14:33 +00:00
2020-01-01 00:14:33 +00:00
2020-04-30 06:47:09 -07:00
2020-04-28 15:05:09 +00:00