Date: Mon, 29 Mar 2004 05:51:51 -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_detach.c Message-ID: <200403291351.i2TDppLA057186@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2004/03/29 05:51:51 PST FreeBSD src repository Modified files: lib/libthr/thread thr_detach.c Log: o If a thread is marked as detached AND on the dead threads list the correct return value is ESRCH. o Don't check the attribute for NULL. It's the caller's responsibility. o Make the bitwise comparison explicit. Revision Changes Path 1.7 +3 -3 src/lib/libthr/thread/thr_detach.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403291351.i2TDppLA057186>