diff options
author | 2017-08-13 21:11:38 +0200 | |
---|---|---|
committer | 2017-08-13 21:11:38 +0200 | |
commit | e1d2ae8d217e50551802f3906099c8adc9f0811e (patch) | |
tree | 25b4656da90b19e7ea2edfb3b9e4a9f0e0b0280a /sysdeps/unix/sysv/linux/dl-execstack.c | |
parent | __netlink_assert_response: Remove internal_function attribute (diff) | |
download | glibc-e1d2ae8d217e50551802f3906099c8adc9f0811e.tar.xz 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/unix/sysv/linux/dl-execstack.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/dl-execstack.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/dl-execstack.c b/sysdeps/unix/sysv/linux/dl-execstack.c index 3c4de1cb46..4fe81523f3 100644 --- a/sysdeps/unix/sysv/linux/dl-execstack.c +++ b/sysdeps/unix/sysv/linux/dl-execstack.c @@ -30,7 +30,6 @@ extern int __stack_prot attribute_relro attribute_hidden; int -internal_function _dl_make_stack_executable (void **stack_endp) { /* This gives us the highest/lowest page that needs to be changed. */ |