summaryrefslogtreecommitdiff
path: root/elf/dl-execstack.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-08-31 16:59:37 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-08-31 16:59:37 +0200
commit17e00cc69eac2ec10ac69a3f85db0dffc9d73845 (patch)
tree191b439f8d7fd543620e503117dea86e0e37ac68 /elf/dl-execstack.c
parent8d2f9410d5f93e0ca15c9efe48a97d04726152c2 (diff)
elf: Remove internal_function attribute
Diffstat (limited to 'elf/dl-execstack.c')
-rw-r--r--elf/dl-execstack.c1
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;