#ifndef _SYS_PRCTL_H #define _SYS_PRCTL_H #include #include #include /* glibc has this as a varadic function, so join the club... */ __extern int prctl(int, ...); #endif /* _SYS_PRCTL_H */