diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-07-09 22:22:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-07-09 22:22:21 +0000 |
commit | 5ef2d37b330420c89cd476afa83ca5a839094796 (patch) | |
tree | 14979d91d54cbc2a116baba918dd6d8f05c77c76 /linuxthreads/ChangeLog | |
parent | fbb802fc7dcc06b8f76bf75de7529edabdd19d4f (diff) | |
download | glibc-5ef2d37b330420c89cd476afa83ca5a839094796.tar.gz glibc-5ef2d37b330420c89cd476afa83ca5a839094796.tar.xz glibc-5ef2d37b330420c89cd476afa83ca5a839094796.zip |
Update.
1999-07-09 Ulrich Drepper <drepper@cygnus.com> * stdio-common/vfprintf.c (buffered_vfprintf): Add locking.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 5012b244eb..8432d2d756 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +1999-07-09 Ulrich Drepper <drepper@cygnus.com> + + * oldsemaphore.c (sem_compare_and_swap): Fix use of compare and + swap function. + 1999-07-09 Cristian Gafton <gafton@redhat.com> * Makefile (libpthread-routines): Add oldsemaphore routine. |