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

Clean up __exit_thread.

This commit is contained in:
Roland McGrath
2014-05-13 09:49:20 -07:00
parent 01eb16fdb6
commit e0db65176f
23 changed files with 82 additions and 120 deletions

View File

@ -29,6 +29,7 @@
#include <libc-internal.h>
#include <resolv.h>
#include <kernel-features.h>
#include <exit-thread.h>
#include <shlib-compat.h>
@ -432,7 +433,7 @@ 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_inline (0);
__exit_thread ();
/* NOTREACHED */
return 0;