From e1d2ae8d217e50551802f3906099c8adc9f0811e Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Sun, 13 Aug 2017 21:11:38 +0200 Subject: NPTL: Remove internal_function from stack marking functions These are called across DSO boundaries and therefore should use the ABI calling convention. --- nptl/allocatestack.c | 1 - 1 file changed, 1 deletion(-) (limited to 'nptl/allocatestack.c') diff --git a/nptl/allocatestack.c b/nptl/allocatestack.c index ce2e24af95..6d1bcaa294 100644 --- a/nptl/allocatestack.c +++ b/nptl/allocatestack.c @@ -784,7 +784,6 @@ __deallocate_stack (struct pthread *pd) int -internal_function __make_stacks_executable (void **stack_endp) { /* First the main thread's stack. */ -- cgit v1.2.3