summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/dl-execstack.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/dl-execstack.c')
-rw-r--r--sysdeps/mach/hurd/dl-execstack.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/dl-execstack.c b/sysdeps/mach/hurd/dl-execstack.c
index fb0b8b41a2..b658c9667e 100644
--- a/sysdeps/mach/hurd/dl-execstack.c
+++ b/sysdeps/mach/hurd/dl-execstack.c
@@ -1,5 +1,5 @@
/* Stack executability handling for GNU dynamic linker. Hurd version.
- Copyright (C) 2004-2016 Free Software Foundation, Inc.
+ Copyright (C) 2004-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -26,7 +26,6 @@ extern struct hurd_startup_data *_dl_hurd_data attribute_hidden;
so as to mprotect it. */
int
-internal_function
_dl_make_stack_executable (void **stack_endp)
{
/* Challenge the caller. */