about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/prctl.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a C wrapper for prctl [BZ #25896]H.J. Lu2020-04-301-0/+42
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);