about summary refs log tree commit diff
path: root/include/sys/prctl.h
blob: 8e8e05b07c37aaaf241d0d288ce1068a4979994e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _SYS_PRCTL_H
#include_next <sys/prctl.h>

# ifndef _ISOMAC

#  ifndef PR_SET_VMA
#   define PR_SET_VMA            0x53564d41
#   define PR_SET_VMA_ANON_NAME  0
#  endif

extern int __prctl (int __option, ...);
libc_hidden_proto (__prctl)

# endif /* !_ISOMAC */
#endif