Subject: CVS commit: src/lib/libc/stdio
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 02/01/2003 05:25:00
Module Name:	src
Committed By:	nathanw
Date:		Sat Feb  1 03:25:00 UTC 2003

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

Log Message:
Revert the conversion to libpthread's recursive mutexes. Too much
trouble is caused by the memory allocation in the mutex initialization,
and uncontested mutexes and condition variables have become faster in the
meantime.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libc/stdio/fileext.h \
    src/lib/libc/stdio/flockfile.c
cvs rdiff -r1.17 -r1.18 src/lib/libc/stdio/findfp.c
cvs rdiff -r1.13 -r1.14 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.