fix namespace issue in pthread_join affecting thrd_join
authorRich Felker <dalias@aerifal.cx>
Mon, 2 Mar 2015 23:48:58 +0000 (18:48 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 2 Mar 2015 23:48:58 +0000 (18:48 -0500)
commita3de8f7fbc5a2cc838b96e8702363ef7682da5ae
treedeb831963f6197b6dc748b79a854abc0db26e73b
parent5451d95715e3b4b37a32b54695fd1efa2cf3d9da
fix namespace issue in pthread_join affecting thrd_join

pthread_testcancel is not in the ISO C reserved namespace and thus
cannot be used here. use the namespace-protected version of the
function instead.
src/thread/pthread_join.c