Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-30 | Add 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); |