aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include/sys/prctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/sys/prctl.h')
-rw-r--r--libc/include/sys/prctl.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/libc/include/sys/prctl.h b/libc/include/sys/prctl.h
index 391c22a77..f66f6f544 100644
--- a/libc/include/sys/prctl.h
+++ b/libc/include/sys/prctl.h
@@ -38,18 +38,6 @@
#error PR_SET_TIMERSLACK_PID defined twice
#endif
-#if !defined(PR_SET_VMA)
-#define PR_SET_VMA 0x53564d41
-#else
-#error PR_SET_VMA defined twice
-#endif
-
-#if !defined(PR_SET_VMA_ANON_NAME)
-#define PR_SET_VMA_ANON_NAME 0
-#else
-#error PR_SET_VMA_ANON_NAME defined twice
-#endif
-
__BEGIN_DECLS
/* IMPORTANT NOTE: This function is declared as taking a variable number
@@ -63,4 +51,3 @@ extern int prctl(int option, ...);
__END_DECLS
#endif /* _SYS_PRCTL_H */
-