mirror of
https://sourceware.org/git/glibc.git
synced 2025-11-05 08:10:46 +03:00
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);
1.6 KiB
1.6 KiB