aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/stackinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/stackinfo.h')
-rw-r--r--sysdeps/generic/stackinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/stackinfo.h b/sysdeps/generic/stackinfo.h
index 8abbb3d..ab3e72e 100644
--- a/sysdeps/generic/stackinfo.h
+++ b/sysdeps/generic/stackinfo.h
@@ -24,6 +24,6 @@
#include <elf.h>
#define _STACK_GROWS_DOWN 1
-#define DEFAULT_STACK_PERMS (PF_R|PF_W)
+#define DEFAULT_STACK_PROT_PERMS (PROT_READ|PROT_WRITE)
#endif