newlib-cygwin/newlib/libc
Corinna Vinschen 2a940c1a22 * libc/include/stdio.h: Declare fgetpos, fsetpos, fseeko and ftello
with internal (_fpos_t and _off_t) datatypes when compiling newlib.
	* libc/include/sys/unistd.h: Declare _lseek using _off_t.
	* libc/reent/lseekr.c (_lseek_r): Use _off_t instead of off_t.
	* libc/stdio/fseeko.c (fseeko): Ditto.
	* libc/stdio/ftello.c (ftello): Ditto.
	* libc/stdio/stdio.c (__swrite): Ditto.
	(__sseek): Ditto.
	* libc/stdio/fgetpos.c (fgetpos): Use _fpos_t instead of fpos_t.
	* libc/stdio/fseek.c (fseek): Ditto.
	* libc/stdio/fsetpos.c (fsetpos): Ditto.
	* libc/stdio/ftell.c (ftell): Ditto.
	* libc/stdio/local.h: Declare __sseek using _off_t.
2003-03-14 18:39:05 +00:00
..
argz 2002-08-26 Jeff Johnston <jjohnstn@redhat.com> 2002-08-26 18:56:09 +00:00
ctype 2002-09-27 Jeff Johnston <jjohnstn@redhat.com> 2002-09-27 20:17:52 +00:00
errno * libc/argz/argz_replace.c: Include buf_findstr.h. 2002-07-19 20:36:09 +00:00
include * libc/include/stdio.h: Declare fgetpos, fsetpos, fseeko and ftello 2003-03-14 18:39:05 +00:00
locale 2002-09-20 Jeff Johnston <jjohnstn@redhat.com> 2002-09-20 20:13:11 +00:00
machine 2003-02-18 Christian Groessler <chris@groessler.org> 2003-02-18 22:41:16 +00:00
misc * libc/argz/argz_replace.c: Include buf_findstr.h. 2002-07-19 20:36:09 +00:00
posix 2002-09-19 Jeff Johnston <jjohnstn@redhat.com> 2002-09-19 21:28:52 +00:00
reent * libc/include/stdio.h: Declare fgetpos, fsetpos, fseeko and ftello 2003-03-14 18:39:05 +00:00
search 2002-09-19 Jeff Johnston <jjohnstn@redhat.com> 2002-09-19 21:28:52 +00:00
signal * libc/argz/argz_replace.c: Include buf_findstr.h. 2002-07-19 20:36:09 +00:00
stdio * libc/include/stdio.h: Declare fgetpos, fsetpos, fseeko and ftello 2003-03-14 18:39:05 +00:00
stdio64 * configure.host: Define stdio64_dir for Cygwin. 2003-03-07 20:41:49 +00:00
stdlib 2003-02-19 Jeff Johnston <jjohnstn@redhat.com> 2003-02-19 19:00:11 +00:00
string * libc/string/memset.c (memset): Fix comment. 2002-11-27 18:10:16 +00:00
sys * libc/include/pwd.h: Add guards to avoid type clashes when compiling 2003-03-09 21:08:51 +00:00
syscalls 2002-09-19 Jeff Johnston <jjohnstn@redhat.com> 2002-09-19 21:37:20 +00:00
time 2003-01-21 Anita Kulkarni <anitak@kpit.com> 2003-01-21 19:37:04 +00:00
unix 2002-08-26 Jeff Johnston <jjohnstn@redhat.com> 2002-08-26 18:56:09 +00:00
Makefile.am 2002-09-20 Jeff Johnston <jjohnstn@redhat.com> 2002-09-20 17:11:29 +00:00
Makefile.in 2002-09-20 Jeff Johnston <jjohnstn@redhat.com> 2002-09-20 17:11:29 +00:00
aclocal.m4 2003-02-07 Jeff Johnston <jjohnstn@redhat.com> 2003-02-08 04:30:58 +00:00
configure 2003-02-07 Jeff Johnston <jjohnstn@redhat.com> 2003-02-08 04:30:58 +00:00
configure.in 2002-08-09 Jeff Johnston <jjohnstn@redhat.com> 2002-08-09 21:12:09 +00:00
libc.texinfo 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> 2002-12-21 01:42:03 +00:00
saber import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
sys.tex 2002-07-17 Jeff Johnston <jjohnstn@redhat.com> 2002-07-17 23:25:44 +00:00