Subject: CVS commit: src/lib/libc/stdio
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 01/22/2003 01:26:04
Module Name:	src
Committed By:	nathanw
Date:		Tue Jan 21 23:26:03 UTC 2003

Modified Files:
	src/lib/libc/stdio: fileext.h findfp.c flockfile.c local.h

Log Message:
Use recursive mutexes from libpthread rather than implementing
our own with normal mutexes and condition variables.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/libc/stdio/fileext.h \
    src/lib/libc/stdio/flockfile.c
cvs rdiff -r1.16 -r1.17 src/lib/libc/stdio/findfp.c
cvs rdiff -r1.12 -r1.13 src/lib/libc/stdio/local.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.