From owner-cvs-all Thu Mar 28 18:25:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BAF2F37B41A; Thu, 28 Mar 2002 18:25:38 -0800 (PST) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2T2Pc870074; Thu, 28 Mar 2002 18:25:38 -0800 (PST) (envelope-from bsd) Message-Id: <200203290225.g2T2Pc870074@freefall.freebsd.org> From: "Brian S. Dean" Date: Thu, 28 Mar 2002 18:25:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_rwlock.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bsd 2002/03/28 18:25:38 PST Modified files: (Branch: RELENG_4) lib/libc_r/uthread uthread_rwlock.c Log: MFC rev 1.7: Fix the return code from pthread_rwlock_try[wr|rd]lock() functions; these should return EBUSY when the calling thread would block, not EWOULDBLOCK. Revision Changes Path 1.4.2.1 +2 -2 src/lib/libc_r/uthread/uthread_rwlock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message