From owner-cvs-all@FreeBSD.ORG Mon Mar 29 05:53:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A80BC16A4CE; Mon, 29 Mar 2004 05:53:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B31B43D1F; Mon, 29 Mar 2004 05:53:44 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TDriGe057849; Mon, 29 Mar 2004 05:53:44 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TDriMX057848; Mon, 29 Mar 2004 05:53:44 -0800 (PST) (envelope-from mtm) Message-Id: <200403291353.i2TDriMX057848@repoman.freebsd.org> From: Mike Makonnen Date: Mon, 29 Mar 2004 05:53:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_join.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Mar 2004 13:53:44 -0000 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