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:27:52 +0000
committerUlrich Drepper <drepper@redhat.com>2000-03-16 21:27:52 +0000
commit865461779191a9aba07bc538be5f75931ea48221 (patch)
tree1be0f359286f9d88723a90fbfb91706e8212ec10 /linuxthreads/ChangeLog
parent9de74ebf76a58e367d5c028f4d179ff543fe6331 (diff)
downloadglibc-865461779191a9aba07bc538be5f75931ea48221.tar.gz
glibc-865461779191a9aba07bc538be5f75931ea48221.tar.xz
glibc-865461779191a9aba07bc538be5f75931ea48221.zip
Update.
2000-03-16  Ulrich Drepper  <drepper@redhat.com>

	* mutex.c (__pthread_mutex_lock): Always initialize __m_owner.
	(__pthread_mutex_trylock): Likewise.
	(__pthread_mutex_unlock): Always clear __m_owner.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index d600f27c39..bc71c06a78 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,9 @@
+2000-03-16  Ulrich Drepper  <drepper@redhat.com>
+
+	* mutex.c (__pthread_mutex_lock): Always initialize __m_owner.
+	(__pthread_mutex_trylock): Likewise.
+	(__pthread_mutex_unlock): Always clear __m_owner.
+
 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
 
 	* condvar.c (pthread_cond_wait): Check whether mutex is owned by