Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 11/20/1998 06:39:38
Module Name:	src
Committed By:	kleink
Date:		Fri Nov 20 14:39:38 UTC 1998

Modified Files:
	src/include: stdio.h
Log Message:
* Bring *_unlocked() declarations in scope if _REENTRANT is defined, too; add
similar protection for the definitions of the macro versions.
* Don't define a macro version of fileno() in a _REENTRANT environment.