diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-08-26 18:09:43 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-08-26 18:09:43 +0000 |
commit | 0eca075074ec5463cf9b5a0ebe52073886cb5b89 (patch) | |
tree | b24e9e5543555223e6f2d941b045f107cd497d1b /newlib/ChangeLog | |
parent | 1ce25e2add550674056f27ef33c4849f73ccb5a8 (diff) | |
download | cygnal-0eca075074ec5463cf9b5a0ebe52073886cb5b89.tar.gz cygnal-0eca075074ec5463cf9b5a0ebe52073886cb5b89.tar.bz2 cygnal-0eca075074ec5463cf9b5a0ebe52073886cb5b89.zip |
2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/stdio.h: Allow the io64 function prototypes for
Cygwin when compiling newlib.
* libc/include/sys/stat.h[__CYGWIN__]: Define stat64 as __stat64
to expose the Cygwin struct __stat64 type.
* libc/stdio64/fseeko64.c: Use _fstat64_r and pass a struct stat64
pointer.
* libc/stdio64/tmpfile64.c(_tmpfile64_r): Call _fopen64_r.
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 ee34c8b8c..b089e12d6 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,13 @@ +2003-08-26 Jeff Johnston <jjohnstn@redhat.com> + + * libc/include/stdio.h: Allow the io64 function prototypes for + Cygwin when compiling newlib. + * libc/include/sys/stat.h[__CYGWIN__]: Define stat64 as __stat64 + to expose the Cygwin struct __stat64 type. + * libc/stdio64/fseeko64.c: Use _fstat64_r and pass a struct stat64 + pointer. + * libc/stdio64/tmpfile64.c(_tmpfile64_r): Call _fopen64_r. + 2003-08-23 Christopher Faylor <cgf@redhat.com> * libc/stdio64/fseeko64.c (fseeko64_r): Rename second fseeko64_r |