mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +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:
@@ -784,7 +784,6 @@ __deallocate_stack (struct pthread *pd)
|
||||
|
||||
|
||||
int
|
||||
internal_function
|
||||
__make_stacks_executable (void **stack_endp)
|
||||
{
|
||||
/* First the main thread's stack. */
|
||||
|
||||
Reference in New Issue
Block a user