Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ulrich Drepper committed Mar 16, 2000
1 parent 9de74eb commit 8654617
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions linuxthreads/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8654617

Please sign in to comment.