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

Petr Salinger ps-guest at alioth.debian.org
Mon Jul 8 12:47:42 UTC 2013


Author: ps-guest
Date: 2013-06-27 15:49:15 +0000 (Thu, 27 Jun 2013)
New Revision: 4623

Modified:
   trunk/glibc-ports/fbtl/pthread_getattr_np.c
Log:
exclude linux-only assert


Modified: trunk/glibc-ports/fbtl/pthread_getattr_np.c
===================================================================
--- trunk/glibc-ports/fbtl/pthread_getattr_np.c	2013-06-27 15:48:30 UTC (rev 4622)
+++ trunk/glibc-ports/fbtl/pthread_getattr_np.c	2013-06-27 15:49:15 UTC (rev 4623)
@@ -66,8 +66,9 @@
     {
       /* No stack information available.  This must be for the initial
 	 thread.  Get the info in some magical way.  */
+#ifdef __linux__
       assert (abs (thread->pid) == thread->tid);
-
+#endif
       /* Stack size limit.  */
       struct rlimit rl;
 




More information about the Glibc-bsd-commits mailing list