Skip to content
Commit 033d772d authored by Christopher Friedt's avatar Christopher Friedt Committed by Chris Friedt
Browse files

tests: posix: common: pthread_join should fail on detached



A thread that has been previously detached using
`pthread_detach()` should not be able to be joined. A recent
change made it so that `pthread_join()` would always report
success (0), even when `ret` (return value) had an error.

Signed-off-by: default avatarChristopher Friedt <cfriedt@meta.com>
parent 52f00882
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment