1#ifndef _SYS_PRCTL_H
2#include_next <sys/prctl.h>
3
4# ifndef _ISOMAC
5
6# ifndef PR_SET_VMA
7# define PR_SET_VMA 0x53564d41
8# define PR_SET_VMA_ANON_NAME 0
9# endif
10
11extern int __prctl (int __option, ...);
12libc_hidden_proto (__prctl)
13
14# endif /* !_ISOMAC */
15#endif
16

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