From: Ulrich Drepper Date: Mon, 31 Jan 2000 08:21:50 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9e04c7b649ebba70c0837d1b1ba34b85b52b177;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index c8af77584f7..49c52f38159 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-01-31 Andreas Jaeger + + * inet/inet_net.c (inet_network): Synch with bind 8.2.2. Fixes PR + libc/1567. + 2000-01-30 Ulrich Drepper * sysdeps/alpha/fpu/feholdexcpt.c: Correct return value according to diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index aee2f8d9805..9f3509123c3 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,11 @@ +2000-01-31 Ulrich Drepper + + * condvar.c (pthread_cond_timedwait_relative_old): Recompute time + before every nanosleep call to account for time spent in the rest + of the function. + (pthread_cond_timedwait_relative_new): Likewise. + Patch by khendricks@ivey.uwo.ca (PR libc/1564). + 2000-01-29 Ulrich Drepper * condvar.c (pthread_cond_timedwait_relative_old): Get remaining time