repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
linux: Add PR_SET_VMA_ANON_NAME support
[glibc.git]
/
include
/
sys
/
prctl.h
blob
8e8e05b07c37aaaf241d0d288ce1068a4979994e
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
11
extern
int
__prctl
(
int
__option
, ...);
12
libc_hidden_proto
(
__prctl
)
13
14
# endif
/* !_ISOMAC */
15
#endif