aboutsummaryrefslogtreecommitdiff
path: root/include/sys/prctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/prctl.h')
-rw-r--r--include/sys/prctl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sys/prctl.h b/include/sys/prctl.h
index d33f3a290e..8e8e05b07c 100644
--- a/include/sys/prctl.h
+++ b/include/sys/prctl.h
@@ -3,6 +3,11 @@
# 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)