about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-03-15 07:52:41 +0000
committerUlrich Drepper <drepper@redhat.com>2000-03-15 07:52:41 +0000
commit04366d5f822a135bec38390bd96db367ebd0931a (patch)
tree6ebc6e3959b4d0ac659923140b8331876a7b628b /linuxthreads/ChangeLog
parent5d1415976fb392aac199c42a47bf453a86286da5 (diff)
downloadglibc-04366d5f822a135bec38390bd96db367ebd0931a.tar.gz
glibc-04366d5f822a135bec38390bd96db367ebd0931a.tar.xz
glibc-04366d5f822a135bec38390bd96db367ebd0931a.zip
Update.
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>.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 725653b02c..d600f27c39 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.