From owner-cvs-all Wed Feb 28 21:22:24 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 12A3B37B71A; Wed, 28 Feb 2001 21:22:15 -0800 (PST) (envelope-from deischen@FreeBSD.org) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f215MFB96048; Wed, 28 Feb 2001 21:22:15 -0800 (PST) (envelope-from deischen) Message-Id: <200103010522.f215MFB96048@freefall.freebsd.org> From: Daniel Eischen Date: Wed, 28 Feb 2001 21:22:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdio.h src/lib/libc/stdio _flock_stub.c local.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2001/02/28 21:22:14 PST Modified files: include stdio.h lib/libc/stdio _flock_stub.c local.h Log: Hide the definition of struct __sFILEX and add the needed lock definitions to it. flockfile state is now allocated along with the rest of FILE. This eliminates the need for a separate allocation of flockfile state as well as eliminating the mutex/lock used to serialize its allocation. Revision Changes Path 1.31 +2 -7 src/include/stdio.h 1.10 +24 -82 src/lib/libc/stdio/_flock_stub.c 1.3 +11 -1 src/lib/libc/stdio/local.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message