]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 15 Mar 2000 07:53:09 +0000 (07:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 15 Mar 2000 07:53:09 +0000 (07:53 +0000)
ChangeLog
linuxthreads/ChangeLog

index 2e7cf4846523728bd01426dc115dbabf4a055b38..c3d5c158707690e57ede0802c82332dfbedec931 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-03-14  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add entry for
+       Nautilus.  Patch by Soohoon Lee <soohoon.lee@alpha-processor.com>.
+
 2000-03-07  H.J. Lu  <hjl@gnu.org>
 
        * locale/C-ctype.c (_nl_C_LC_CTYPE): Fix the initializer order
index 1eb3b84ee1c5ba43bfcdec09e5da58e6e0a929b4..c40fec90fc89892496a13ff643e0de47cec1d6df 100644 (file)
@@ -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.