From: Ulrich Drepper Date: Wed, 15 Mar 2000 07:53:09 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f96178daa7480e7f25e5ed78b76270f7ce602fc;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 2e7cf484652..c3d5c158707 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-03-14 Ulrich Drepper + + * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add entry for + Nautilus. Patch by Soohoon Lee . + 2000-03-07 H.J. Lu * locale/C-ctype.c (_nl_C_LC_CTYPE): Fix the initializer order diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 1eb3b84ee1c..c40fec90fc8 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -2,7 +2,8 @@ * condvar.c (pthread_cond_wait): Check whether mutex is owned by current thread and return error if not. - (pthread_cond_timedwait): Likewise. + (pthread_cond_timedwait_relative_old): Likewise. + (pthread_cond_timedwait_relative_new): Likewise. * mutex.c (__pthread_once): Handle cancelled init function correctly. (pthread_once_cancelhandler): New function.