Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/22/1998 08:30:02
jtc
Thu Jan 22 00:20:07 PST 1998
Update of /cvsroot/src/lib/libc/include
In directory netbsd1:/var/slash-tmp/cvs-serv23060

Modified Files:
	reentrant.h 
Log Message:
Add support for multiple reader-single writer locks which will be used
in stdio.  Although there is no POSIX.1 lock of this type, XPG 4.2 has
specified one that is suitable for our purposes and that we'll have to
implement anyway.


jtc
Thu Jan 22 00:21:50 PST 1998
Update of /cvsroot/src/lib/libc/stdio
In directory netbsd1:/var/slash-tmp/cvs-serv23966

Modified Files:
	fflush.c findfp.c refill.c 
Log Message:
Use rwlocks as appropriate.