1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-11 02:22:26 +03:00
Files
glibc/include/sys
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-30 10:42:43 -07:00
2019-12-13 11:11:54 +01:00
2017-10-01 15:54:10 -07:00
2019-12-19 16:11:09 -03:00