[PATCH] don't check error return for pthread_cancel in tst-cond25

Roland McGrath roland@hack.frob.com
Wed Oct 17 15:00:00 GMT 2012


If you wanted to be tighter about it, you could check that it only fails
with the error code designated for the already-exited-but-joinable case.
But pthread_cancel return values is not what the test is about, so the
change you sent is fine as is.


Thanks,
Roland



More information about the Libc-alpha mailing list