From owner-cvs-all Fri Feb 23 9:55: 6 2001 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 4661637B65D; Fri, 23 Feb 2001 09:55:02 -0800 (PST) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1NHt2C14446; Fri, 23 Feb 2001 09:55:02 -0800 (PST) (envelope-from green) Message-Id: <200102231755.f1NHt2C14446@freefall.freebsd.org> From: Brian Feldman Date: Fri, 23 Feb 2001 09:55:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio _flock_stub.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2001/02/23 09:55:02 PST Modified files: lib/libc/stdio _flock_stub.c Log: Correctly handle the race itself, too (don't leave it locked). This is about to be replaced anyway by initialization explicitly instead of lazily, and reducing the complexity of it. As it is now, this will work fine, however. Revision Changes Path 1.9 +2 -1 src/lib/libc/stdio/_flock_stub.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message