12345678910111213141516171819202122232425262728293031 |
- #ifndef _SYS_PRCTL_H
- #define _SYS_PRCTL_H 1
- #include <features.h>
- #include <linux/prctl.h> /* The magic values come from here */
- __BEGIN_DECLS
- extern int prctl (int __option, ...) __THROW;
- __END_DECLS
- #endif
|