From 17e00cc69eac2ec10ac69a3f85db0dffc9d73845 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 31 Aug 2017 16:59:37 +0200 Subject: elf: Remove internal_function attribute --- elf/dl-execstack.c | 1 - 1 file changed, 1 deletion(-) (limited to 'elf/dl-execstack.c') diff --git a/elf/dl-execstack.c b/elf/dl-execstack.c index 875338b..a266c07 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; -- cgit v1.1