newlib/winsup/mingw/include/sys
Danny Smith 81223d017f 2004-06-30 Kees Zeelenberg <kzlg@users.sourceforge.net>
Danny Smith  <dannysmith@users.sourceforge.net>

	* include/stdio.h (fopen64): Add inline function.
	(fseeko64): Add prototype.
	(ftello64): Add inline function.
	* include/io.h (lseek64): Add inline function.
	* include/sys/types (off64_t): Add typedef.
	(fpos64_t): Add typedef.
        * mingwex/fopen64.c: New file.
        * mingwex/fseeko64.c: New file.
        * mingwex/ftello64.c: New file.
        * mingwex/lseek64.c: New file.
	* mingwex/Makefile.in (STDIO_DISTFILES): Add fopen64.c,
	fseeko.64.c, ftello64.c, lseek64.c.
	(STDIO_OBJS): Add fopen64.o, fseeko.64.o, ftello64.o, lseek64.o.

2004-06-30  Danny Smith  <dannysmith@users.sourceforge.net>

	* include/stdio.h (__mingw_fseeko64): Add prototype.
	* mingwex/mingw-fseek.c (__mingw_fseeko64): Add definition.
	(__mingw_fwrite): Handle huge files.
2004-06-30 04:51:18 +00:00
..
fcntl.h * include/conio.h: Remove __STRICT_ANSI__ guard from non-ANSI header. 2004-03-11 09:41:08 +00:00
file.h * include/conio.h: Remove __STRICT_ANSI__ guard from non-ANSI header. 2004-03-11 09:41:08 +00:00
locking.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
param.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
stat.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
time.h * include/conio.h: Remove __STRICT_ANSI__ guard from non-ANSI header. 2004-03-11 09:41:08 +00:00
timeb.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
types.h 2004-06-30 Kees Zeelenberg <kzlg@users.sourceforge.net> 2004-06-30 04:51:18 +00:00
unistd.h * include/conio.h: Remove __STRICT_ANSI__ guard from non-ANSI header. 2004-03-11 09:41:08 +00:00
utime.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00