Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
Module Name: basesrc
Committed By: kleink
Date: Sat Jul 8 13:46:35 UTC 2000
Modified Files:
basesrc/include: stdio.h
basesrc/lib/libc: shlib_version
basesrc/lib/libc/include: namespace.h
basesrc/lib/libc/stdio: Makefile.inc fseek.3
Added Files:
basesrc/lib/libc/stdio: _fseeko.c _ftello.c fseeko.c ftello.c
Log Message:
XCU5: Add fseeko() and ftello() functions which provide the functionality of
fseek() and ftell(), respectively, but operate on file offsets of type off_t.
To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 basesrc/include/stdio.h
cvs rdiff -r1.92 -r1.93 basesrc/lib/libc/shlib_version
cvs rdiff -r1.56 -r1.57 basesrc/lib/libc/include/namespace.h
cvs rdiff -r1.18 -r1.19 basesrc/lib/libc/stdio/Makefile.inc
cvs rdiff -r0 -r1.1 basesrc/lib/libc/stdio/_fseeko.c \
basesrc/lib/libc/stdio/_ftello.c basesrc/lib/libc/stdio/fseeko.c \
basesrc/lib/libc/stdio/ftello.c
cvs rdiff -r1.12 -r1.13 basesrc/lib/libc/stdio/fseek.3
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