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

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


Author: ps-guest
Date: 2013-06-28 11:38:00 +0000 (Fri, 28 Jun 2013)
New Revision: 4636

Modified:
   trunk/glibc-ports/fbtl/pthread_cond_timedwait.c
Log:
use INTERNAL_SYSCALL_clock_gettime


Modified: trunk/glibc-ports/fbtl/pthread_cond_timedwait.c
===================================================================
--- trunk/glibc-ports/fbtl/pthread_cond_timedwait.c	2013-06-28 11:37:26 UTC (rev 4635)
+++ trunk/glibc-ports/fbtl/pthread_cond_timedwait.c	2013-06-28 11:38:00 UTC (rev 4636)
@@ -118,7 +118,7 @@
      || !defined lll_futex_timed_wait_bitset)
       struct timespec rt;
       {
-# ifdef __NR_clock_gettime
+# if 1 /* used to be ifdef __NR_clock_gettime */
 	INTERNAL_SYSCALL_DECL (err);
 	(void) INTERNAL_VSYSCALL (clock_gettime, err, 2,
 				  (cond->__data.__nwaiters




More information about the Glibc-bsd-commits mailing list