glibc/include/sys/prctl.h

10 lines
139 B
C

#ifndef _SYS_PRCTL_H
#include_next <sys/prctl.h>
# ifndef _ISOMAC
extern int __prctl (int __option, ...);
# endif /* !_ISOMAC */
#endif