1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

NPTL: Remove internal_function from stack marking functions

These are called across DSO boundaries and therefore should use
the ABI calling convention.
This commit is contained in:
Florian Weimer
2017-08-13 21:11:38 +02:00
parent c4ce038287
commit e1d2ae8d21
7 changed files with 18 additions and 9 deletions

View File

@ -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. */