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

source code of glibc/include/sys/prctl.h