]> git.ipfire.org Git - thirdparty/glibc.git/commit - nptl/ChangeLog
Fix PI mutex check in pthread_cond_broadcast and pthread_cond_signal
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 1 Oct 2013 15:05:28 +0000 (20:35 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 1 Oct 2013 15:05:28 +0000 (20:35 +0530)
commitad4e70da03353444aad95a4fbbd03cef2b750647
treeb7fd16e0cdb2f30deb7e3cb37c02d13fb39f9f83
parentfd96752258901457148b702093a34a3d8c0fb7db
Fix PI mutex check in pthread_cond_broadcast and pthread_cond_signal

Fixes BZ #15988.

The check had a typo - it checked for PTHREAD_MUTEX_ROBUST_NP instead
of PTHREAD_MUTEX_ROBUST_NORMAL_NP.  It has now been replaced by the
already existing convenience macro USE_REQUEUE_PI.
NEWS
nptl/ChangeLog
nptl/pthread_cond_broadcast.c
nptl/pthread_cond_signal.c