diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-14 16:33:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-14 16:33:50 +0000 |
commit | fbaf6e72d676629c21d00eab5824571b1b26a2b2 (patch) | |
tree | 24eac15a02a6ea5f04df569a4c6519b13612afca /linuxthreads/ChangeLog | |
parent | 60876a75445b1b65e4a0ec54e18205a79f79466b (diff) | |
download | glibc-fbaf6e72d676629c21d00eab5824571b1b26a2b2.tar.gz glibc-fbaf6e72d676629c21d00eab5824571b1b26a2b2.tar.xz glibc-fbaf6e72d676629c21d00eab5824571b1b26a2b2.zip |
Update.
* spinlock.c (__pthread_unlock): Don"t crash if called for an untaken mutex. Reported by Ruslan V. Brushkoff <rus@Snif.Te.Net.UA>.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 554e0fb01d..ae024013ff 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,8 @@ 1998-12-14 Ulrich Drepper <drepper@cygnus.com> + * spinlock.c (__pthread_unlock): Don"t crash if called for an + untaken mutex. Reported by Ruslan V. Brushkoff <rus@Snif.Te.Net.UA>. + * Examples/ex6.c: Unbuffer stdout and reduce sleep time to reduce overall runtime. |