diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-13 21:11:38 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-13 21:11:38 +0200 |
commit | e1d2ae8d217e50551802f3906099c8adc9f0811e (patch) | |
tree | 25b4656da90b19e7ea2edfb3b9e4a9f0e0b0280a /sysdeps/mach | |
parent | c4ce038287c907495d589104e497991185d43c89 (diff) | |
download | glibc-e1d2ae8d217e50551802f3906099c8adc9f0811e.tar glibc-e1d2ae8d217e50551802f3906099c8adc9f0811e.tar.gz glibc-e1d2ae8d217e50551802f3906099c8adc9f0811e.tar.bz2 glibc-e1d2ae8d217e50551802f3906099c8adc9f0811e.zip |
NPTL: Remove internal_function from stack marking functions
These are called across DSO boundaries and therefore should use
the ABI calling convention.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r-- | sysdeps/mach/hurd/dl-execstack.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/dl-execstack.c b/sysdeps/mach/hurd/dl-execstack.c index 1168df9262..51f0b9cc5b 100644 --- a/sysdeps/mach/hurd/dl-execstack.c +++ b/sysdeps/mach/hurd/dl-execstack.c @@ -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. */ |