mtm 2004/03/29 05:53:43 PST
FreeBSD src repository
Modified files:
lib/libthr/thread thr_join.c
Log:
o Don't explicitly check the thread for NULL. That is the caller's
responsibility.
o If a thread is not joinable, the correct return value is EINVAL.
Revision Changes Path
1.13 +10 -6 src/lib/libthr/thread/thr_join.c