Subject: CVS commit: src/lib/libc/stdio
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 07/18/2003 21:46:42
Module Name:	src
Committed By:	nathanw
Date:		Fri Jul 18 21:46:42 UTC 2003

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

Log Message:
Add fields to struct __sfileext to track how many times the lock has been
taken by internal stdio functions, and what the cancellation state was when
the first such lock was taken.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/lib/libc/stdio/fileext.h
cvs rdiff -r1.18 -r1.19 src/lib/libc/stdio/findfp.c

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