Subject: CVS commit: src/lib/libc/stdio
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 05/10/2004 16:50:23
Module Name: src
Committed By: drochner
Date: Mon May 10 16:50:23 UTC 2004
Modified Files:
src/lib/libc/stdio: fparseln.c
Log Message:
Add FLOCKFILE() locking - should be threadsafe now.
(Didn't test the !HAVE_FPARSELN && !_REENTRANT case -- this might be
hit in tools/compat on some host platforms.)
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/libc/stdio/fparseln.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.