aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-execstack-tunable.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/dl-execstack-tunable.c')
-rw-r--r--elf/dl-execstack-tunable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-execstack-tunable.c b/elf/dl-execstack-tunable.c
index 6cef1a3..e3b638a 100644
--- a/elf/dl-execstack-tunable.c
+++ b/elf/dl-execstack-tunable.c
@@ -31,7 +31,7 @@ _dl_handle_execstack_tunable (void)
break;
case stack_tunable_mode_force:
- if (_dl_make_stack_executable (&__libc_stack_end) != 0)
+ if (_dl_make_stack_executable (__libc_stack_end) != 0)
_dl_fatal_printf (
"Fatal glibc error: cannot enable executable stack as tunable requires");
break;