nptl: Decorate thread stack on pthread_create
[glibc.git] / include / sys / prctl.h
blob8e8e05b07c37aaaf241d0d288ce1068a4979994e
1 #ifndef _SYS_PRCTL_H
2 #include_next <sys/prctl.h>
4 # ifndef _ISOMAC
6 # ifndef PR_SET_VMA
7 # define PR_SET_VMA 0x53564d41
8 # define PR_SET_VMA_ANON_NAME 0
9 # endif
11 extern int __prctl (int __option, ...);
12 libc_hidden_proto (__prctl)
14 # endif /* !_ISOMAC */
15 #endif