From: Ulrich Drepper Date: Mon, 27 Mar 2000 05:31:53 +0000 (+0000) Subject: * semaphore.c (sem_timedwait): New function. X-Git-Tag: cvs/glibc_2-1-91~789 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1edf26ffc696dc0520def24e6a852add3566860e;p=thirdparty%2Fglibc.git * semaphore.c (sem_timedwait): New function. Patch by Carl Mailloux . * semaphore.h: Declare sem_timedwait. --- diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 055a69a7dd3..2c513dc8f3e 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,9 @@ +2000-03-26 Ulrich Drepper + + * semaphore.c (sem_timedwait): New function. + Patch by Carl Mailloux . + * semaphore.h: Declare sem_timedwait. + 2000-03-26 Roland McGrath * sysdeps/pthread/Makefile: File removed.