diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-27 05:31:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-27 05:31:53 +0000 |
commit | 1edf26ffc696dc0520def24e6a852add3566860e (patch) | |
tree | 1ba48d71f4efa156ccd7ec9dc7d3b32e972de2dd /linuxthreads | |
parent | 24d6fe58f3f3ee99426122399460b049ad47b1bc (diff) | |
download | glibc-1edf26ffc696dc0520def24e6a852add3566860e.zip glibc-1edf26ffc696dc0520def24e6a852add3566860e.tar.gz glibc-1edf26ffc696dc0520def24e6a852add3566860e.tar.bz2 |
* semaphore.c (sem_timedwait): New function.
Patch by Carl Mailloux <carlm@oricom.ca>.
* semaphore.h: Declare sem_timedwait.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 055a69a..2c513dc 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,9 @@ +2000-03-26 Ulrich Drepper <drepper@redhat.com> + + * semaphore.c (sem_timedwait): New function. + Patch by Carl Mailloux <carlm@oricom.ca>. + * semaphore.h: Declare sem_timedwait. + 2000-03-26 Roland McGrath <roland@baalperazim.frob.com> * sysdeps/pthread/Makefile: File removed. |