]> 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>
Thu, 3 Oct 2013 02:56:21 +0000 (08:26 +0530)
committerMike Frysinger <vapier@gentoo.org>
Mon, 6 Jan 2014 13:38:06 +0000 (08:38 -0500)
commit703be862e20ab99e0c241480658d372d3f71fd4e
treed24100d2b70df241dc31628800baec6afc6208b7
parent6987b2d519f836926540d6fee1ad8840b29865bf
Fix PI mutex check in pthread_cond_broadcast and pthread_cond_signal

Fixes BZ #15996.

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.

(cherry picked from commit 2770d15e7e880821fc586619c59eb45180628e16)
NEWS
nptl/ChangeLog
nptl/pthread_cond_broadcast.c
nptl/pthread_cond_signal.c