diff options
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 350c895d3..ba0adba64 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,13 @@ +2003-03-07 Corinna Vinschen <corinna@vinschen.de> + + * configure.host: Define stdio64_dir for Cygwin. + * libc/include/stdio.h: Change definition of fpos_t to fulfill + Cygwin 64bit file access requirements. + Drop definition of f*64() functions when compiled for Cygwin. + * libc/include/sys/config.h: Define __LARGE64_FILES for Cygwin. + * libc/reent/lseek64r.c: Use _off64_t instead of off64_t. + * libc/stdio64/local64.h: Use _fpos64_t instead of fpos64_t. + 2003-03-07 Jeff Johnston <jjohnstn@redhat.com> * libc/include/sys/reent.h: Remove extraneous _sig_func |