about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-03-16 21:43:22 +0000
committerUlrich Drepper <drepper@redhat.com>2000-03-16 21:43:22 +0000
commit13a836048c08f552187f2172cb362fb98f42c965 (patch)
treea0575cd8845d98058d3f4c211a0a7fbca430a506 /linuxthreads/ChangeLog
parentee5cda9b439296ed761c77891dfe2f2f3ab47971 (diff)
downloadglibc-13a836048c08f552187f2172cb362fb98f42c965.tar.gz
glibc-13a836048c08f552187f2172cb362fb98f42c965.tar.xz
glibc-13a836048c08f552187f2172cb362fb98f42c965.zip
Update.
2000-03-16  Ulrich Drepper  <drepper@redhat.com>

	* condvar.c: Make tests for ownership of mutex less strict.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index d600f27c39..bb3155347a 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,7 @@
+2000-03-16  Ulrich Drepper  <drepper@redhat.com>
+
+	* condvar.c: Make tests for ownership of mutex less strict.
+
 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
 
 	* condvar.c (pthread_cond_wait): Check whether mutex is owned by