aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/prctl.c
AgeCommit message (Collapse)Author
2020-04-30Add a C wrapper for prctl [BZ #25896]H.J. Lu
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);