From: Ulrich Drepper Date: Tue, 15 Feb 2000 01:58:29 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddb63e4535132566bb694b32d59457c893984690;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index c456785ad92..52499cdaa85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2000-02-14 Ulrich Drepper + + * sysdeps/posix/sigwait.c: Don't look for signal 0 since it does + not exist. Patch by Miloslav Trmac (PR libc/1601). + + * sysdeps/libm-i387/s_nearbyint.S: Disable raising exception, not + enable it. Patch by Miloslav Trmac (PR libc/1600). + * sysdeps/libm-i387/s_nearbyintf.S: Likewise. + * sysdeps/libm-i387/s_nearbyintf.l: Likewise. + 2000-02-14 Andreas Jaeger * elf/rtld.c (dl_main): Fix check for references to dynamic linker. diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index d402e45956a..1574d678b85 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,11 @@ +2000-02-14 Ulrich Drepper + + * 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 . + 2000-02-13 Ulrich Drepper * condvar.c (pthread_cond_timedwait_relative_old): Undo last patch