This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]