1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
Files
glibc/sysdeps
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-04-06 22:19:03 +00: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-03-19 11:45:44 -03:00
2020-04-24 22:08:59 +00: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