From owner-cvs-all Fri Mar 15 10:28:27 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 DD92937B402; Fri, 15 Mar 2002 10:27:58 -0800 (PST) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2FIRwk18713; Fri, 15 Mar 2002 10:27:58 -0800 (PST) (envelope-from bsd) Message-Id: <200203151827.g2FIRwk18713@freefall.freebsd.org> From: "Brian S. Dean" Date: Fri, 15 Mar 2002 10:27:58 -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: HEAD 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/15 10:27:58 PST Modified files: lib/libc_r/uthread uthread_rwlock.c Log: Fix the return code from pthread_rwlock_try[rw|rd]lock() functions; these should return EBUSY when the calling thread would block. MFC after: 2 weeks Revision Changes Path 1.7 +3 -3 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