diff options
Diffstat (limited to 'nptl/allocatestack.c')
-rw-r--r-- | nptl/allocatestack.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nptl/allocatestack.c b/nptl/allocatestack.c index 02de7f0..7aa5af2 100644 --- a/nptl/allocatestack.c +++ b/nptl/allocatestack.c @@ -661,8 +661,6 @@ __deallocate_stack (struct pthread *pd) } -extern void *__libc_stack_end; - int internal_function __make_stacks_executable (void **stack_endp) |