diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-15 02:00:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-15 02:00:33 +0000 |
commit | ec91ea7ccb80001df0beac4d3eb49fc91170d9bf (patch) | |
tree | 8a37a6270f57e85914151d67b74dfa3de1fac154 /linuxthreads/ChangeLog | |
parent | 1ca7cbcb451bd3cdb8f84fe9f4d952e3a87a1e8e (diff) | |
download | glibc-ec91ea7ccb80001df0beac4d3eb49fc91170d9bf.tar.gz glibc-ec91ea7ccb80001df0beac4d3eb49fc91170d9bf.tar.xz glibc-ec91ea7ccb80001df0beac4d3eb49fc91170d9bf.zip |
Update.
2000-02-14 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/sigwait.c: Don't look for signal 0 since it does not exist. Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1601). * sysdeps/i386/fpu/s_nearbyint.S: Disable raising exception, not enable it. Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1600). * sysdeps/i386/fpu/s_nearbyintf.S: Likewise. * sysdeps/i386/fpu/s_nearbyintf.l: Likewise.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 8728384942..fa20028a6e 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,11 @@ +2000-02-14 Ulrich Drepper <drepper@redhat.com> + + * condvar.c (pthread_cond_timedwait_relative_old): Tight loop with + nanosleep does not work either. Get absolute time inside the + loop. + (pthread_cond_timedwait_relative_new): Likewise. + Patch by Kaz Kylheku <kaz@ashi.footprints.net>. + 2000-02-13 Andreas Jaeger <aj@suse.de> * condvar.c (pthread_cond_timedwait_relative_new): Fix last patch. |