[Glibc-bsd-commits] r5796 - trunk/glibc-ports/fbtl

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Tue Oct 20 14:33:20 UTC 2015


Author: aurel32
Date: 2015-10-20 14:33:20 +0000 (Tue, 20 Oct 2015)
New Revision: 5796

Modified:
   trunk/glibc-ports/fbtl/pthread_create.c
Log:
Merge from upstream:

commit e0db65176fa88b9497cbd6362b24e3225382bfb6
Author: Roland McGrath <roland at hack.frob.com>
Date:   Tue May 13 09:49:20 2014 -0700

    Clean up __exit_thread.



Modified: trunk/glibc-ports/fbtl/pthread_create.c
===================================================================
--- trunk/glibc-ports/fbtl/pthread_create.c	2015-10-20 14:29:56 UTC (rev 5795)
+++ trunk/glibc-ports/fbtl/pthread_create.c	2015-10-20 14:33:20 UTC (rev 5796)
@@ -29,6 +29,7 @@
 #include <libc-internal.h>
 #include <resolv.h>
 #include <kernel-features.h>
+#include <exit-thread.h>
 
 #include <shlib-compat.h>
 
@@ -437,7 +438,7 @@
 
      The exit code is zero since in case all threads exit by calling
      'pthread_exit' the exit status must be 0 (zero).  */
-  __exit_thread (0);
+  __exit_thread ();
 
   /* NOTREACHED */
   return 0;




More information about the Glibc-bsd-commits mailing list