pthread_join.3: wfix: s/unpredictable/undefined/

Reported-by: Bert Wesarg <bert.wesarg@googlemail.com>
This commit is contained in:
Michael Kerrisk 2008-10-27 08:15:42 -05:00
parent 5de8e5f965
commit 240c2fa0fa
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ After a successful call to
the caller is guaranteed that the target thread has terminated.
Joining with a thread that has previously been joined results in
unpredictable behavior.
undefined behavior.
Failure to join with a thread that is joinable
(i.e., one that is not detached),