svn commit: trunk/uClibc/libpthread/linuxthreads

vapier at uclibc.org vapier at uclibc.org
Thu Sep 8 02:59:02 UTC 2005


Author: vapier
Date: 2005-09-07 19:59:01 -0700 (Wed, 07 Sep 2005)
New Revision: 11378

Log:
sync with glibc

Modified:
   trunk/uClibc/libpthread/linuxthreads/semaphore.h


Changeset:
Modified: trunk/uClibc/libpthread/linuxthreads/semaphore.h
===================================================================
--- trunk/uClibc/libpthread/linuxthreads/semaphore.h	2005-09-08 02:58:50 UTC (rev 11377)
+++ trunk/uClibc/libpthread/linuxthreads/semaphore.h	2005-09-08 02:59:01 UTC (rev 11378)
@@ -64,13 +64,12 @@
 extern int sem_unlink (__const char *__name) __THROW;
 
 /* Wait for SEM being posted.  */
-extern int sem_wait (sem_t *__sem) __THROW;
+extern int sem_wait (sem_t *__sem);
 
 #ifdef __USE_XOPEN2K
 /* Similar to `sem_wait' but wait only until ABSTIME.  */
 extern int sem_timedwait (sem_t *__restrict __sem,
-			  __const struct timespec *__restrict __abstime)
-     __THROW;
+			  __const struct timespec *__restrict __abstime);
 #endif
 
 /* Test whether SEM is posted.  */




More information about the uClibc-cvs mailing list