From eaa53d0f77691e37aa6f22e18205a2ba019e1a1c Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Thu, 27 May 2021 09:11:10 -0300 Subject: nptl: Remove exit-thread.h No function change. The code is used only for Linux, besides being included in generic code. --- nptl/pthread_create.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nptl/pthread_create.c') diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c index 2d2535b07d..52d6738f7f 100644 --- a/nptl/pthread_create.c +++ b/nptl/pthread_create.c @@ -30,7 +30,6 @@ #include #include #include -#include #include #include #include @@ -575,7 +574,8 @@ start_thread (void *arg) The exit code is zero since in case all threads exit by calling 'pthread_exit' the exit status must be 0 (zero). */ - __exit_thread (); + while (1) + INTERNAL_SYSCALL_CALL (exit, 0); /* NOTREACHED */ } -- cgit v1.2.3-70-g09d2