diff options
author | Christopher Faylor <me@cgf.cx> | 2003-05-11 00:23:41 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-05-11 00:23:41 +0000 |
commit | ec48a953944cc7e7f801e8908af00c7a6a6831c0 (patch) | |
tree | e9df5ec78ad7d3362c6f734f53f8607056f880db /newlib/ChangeLog | |
parent | 066ca06fd0cf299c158c3a1fb45a66c738543551 (diff) | |
download | newlib-ec48a953944cc7e7f801e8908af00c7a6a6831c0.zip newlib-ec48a953944cc7e7f801e8908af00c7a6a6831c0.tar.gz newlib-ec48a953944cc7e7f801e8908af00c7a6a6831c0.tar.bz2 |
* libc/sys/cygwin/sys/dirent.h (struct dirent): Accommodate (slightly) 64 bit
inodes.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index ad7259b..8381692 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2003-05-10 Christopher Faylor <cgf@redhat.com> + + * libc/sys/cygwin/sys/dirent.h (struct dirent): Accommodate (slightly) + 64 bit inodes. + 2003-05-09 Corinna Vinschen <corinna@vinschen.de> * libc/include/sys/config.h: Remove all Cygwin specific configuration. |