Subject: CVS commit: src/lib/libc
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 05/09/2004 17:27:53
Module Name:	src
Committed By:	kleink
Date:		Sun May  9 17:27:53 UTC 2004

Modified Files:
	src/lib/libc/include: namespace.h
	src/lib/libc/stdio: Makefile.inc fileno.c
Added Files:
	src/lib/libc/stdio: _fileno.c

Log Message:
We now need an internal name for fileno(), since when buildling libc
_REENTRANT we can no longer use the macro version from <stdio.h>.


To generate a diff of this commit:
cvs rdiff -r1.87 -r1.88 src/lib/libc/include/namespace.h
cvs rdiff -r1.26 -r1.27 src/lib/libc/stdio/Makefile.inc
cvs rdiff -r0 -r1.1 src/lib/libc/stdio/_fileno.c
cvs rdiff -r1.11 -r1.12 src/lib/libc/stdio/fileno.c

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