Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc
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.
Home |
Main Index |
Thread Index |
Old Index