Date: Mon, 29 Mar 2004 05:53:43 -0800 (PST) From: Mike Makonnen <mtm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/thread thr_join.c Message-ID: <200403291353.i2TDriMX057848@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403291353.i2TDriMX057848>