diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-05 08:34:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-05 08:34:14 +0000 |
commit | 42437ed1d0a0955fd7d8c9126bbd4e399bfcfab5 (patch) | |
tree | 21499f5b06d36968e644a132e152f6a66ca71e9d /linuxthreads/ChangeLog | |
parent | bc89eac996295a7ed39ea58572be271cbd8dacc3 (diff) | |
download | glibc-42437ed1d0a0955fd7d8c9126bbd4e399bfcfab5.tar.gz glibc-42437ed1d0a0955fd7d8c9126bbd4e399bfcfab5.tar.xz glibc-42437ed1d0a0955fd7d8c9126bbd4e399bfcfab5.zip |
Update.
2000-09-05 Ulrich Drepper <drepper@redhat.com> * mutex.c (__pthread_mutex_unlock): Correct test for already unlocked mutex. Patch by dtc@cmucl.cons.org. * ecmutex.c: New file.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 1b14754273..e49d4f0524 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,10 @@ +2000-09-05 Ulrich Drepper <drepper@redhat.com> + + * mutex.c (__pthread_mutex_unlock): Correct test for already unlocked + mutex. Patch by dtc@cmucl.cons.org. + + * ecmutex.c: New file. + 2000-09-04 H.J. Lu <hjl@gnu.org> * attr.c (__pthread_attr_setguardsize): Use page_roundup |