Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/stdio
Module Name: src
Committed By: nathanw
Date: Fri Jul 18 21:52:18 UTC 2003
Modified Files:
src/lib/libc/stdio: clrerr.c feof.c ferror.c fgetc.c fileno.c fputc.c
getc.c getchar.c gets.c putc.c putchar.c puts.c putw.c rewind.c
Log Message:
#include "local.h" to get __flockfile_internal() prototype.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/lib/libc/stdio/clrerr.c
cvs rdiff -r1.9 -r1.10 src/lib/libc/stdio/feof.c src/lib/libc/stdio/ferror.c \
src/lib/libc/stdio/fgetc.c src/lib/libc/stdio/fileno.c \
src/lib/libc/stdio/getc.c src/lib/libc/stdio/putc.c \
src/lib/libc/stdio/putw.c
cvs rdiff -r1.10 -r1.11 src/lib/libc/stdio/fputc.c src/lib/libc/stdio/puts.c
cvs rdiff -r1.7 -r1.8 src/lib/libc/stdio/getchar.c \
src/lib/libc/stdio/putchar.c
cvs rdiff -r1.13 -r1.14 src/lib/libc/stdio/gets.c
cvs rdiff -r1.11 -r1.12 src/lib/libc/stdio/rewind.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