From: Ulrich Drepper Date: Thu, 16 Mar 2000 21:30:04 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3176d3bc0e660ee7e959a39c960b361281ab6967;p=thirdparty%2Fglibc.git Update. --- diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index c40fec90fc8..785cc69b8bf 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,9 @@ +2000-03-16 Ulrich Drepper + + * 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 * condvar.c (pthread_cond_wait): Check whether mutex is owned by