diff options
Diffstat (limited to 'elf/dl-execstack.c')
-rw-r--r-- | elf/dl-execstack.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/dl-execstack.c b/elf/dl-execstack.c index 875338bea5..a266c077f3 100644 --- a/elf/dl-execstack.c +++ b/elf/dl-execstack.c @@ -23,7 +23,6 @@ so as to mprotect it. */ int -internal_function _dl_make_stack_executable (void **stack_endp) { return ENOSYS; |