]> git.ipfire.org Git - thirdparty/glibc.git/commit
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)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Thu, 31 Oct 2013 15:18:18 +0000 (10:18 -0500)
commit860ec8e62a01a9c9e5087aa4cfd3b5e03fc7649b
tree4f8ebf10c64c3f4507acd9de48d6d7b34919a273
parent3f71830d35d7bf4ac11664f0c48c3c68d250618b
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