Fix nptl/tst-setuid3.c
commitfad7e4d70665a228f23761cdffe5da674ca768be
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Tue, 19 Jan 2016 19:42:44 +0000 (19 13:42 -0600)
committerTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Fri, 22 Jan 2016 16:21:03 +0000 (22 14:21 -0200)
tree3dbe6a99840229ad79f5eb182487f2d555efee90
parentaf8ea0f449af7d3847351a4a5bafcd435a22ac31
Fix nptl/tst-setuid3.c

pthread_barrier_wait can return either PTHREAD_BARRIER_SERIAL_THREAD
or 0.  Posix makes no guarantees about which thread return the unique
value.

Additionally, pthread_join was not called despite seemingly checking
for the error.
ChangeLog
nptl/tst-setuid3.c