1 #ifndef _SYS_PRCTL_H 2 #include_next <sys/prctl.h> 3 4 # ifndef _ISOMAC 5 6 extern int __prctl (int __option, ...); 7 libc_hidden_proto (__prctl) 8 9 # endif /* !_ISOMAC */ 10 #endif 11