diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-08-26 20:26:57 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-08-26 20:26:57 +0000 |
commit | 9b487837a5521cfe9917d935d5869d8da8110867 (patch) | |
tree | a23a40ec31ad0a7e4c02b499b53cf2b1760a461f | |
parent | a4421c1152045b963fc8d0c1bf8bb3aaa84d1fdc (diff) | |
download | newlib-9b487837a5521cfe9917d935d5869d8da8110867.zip newlib-9b487837a5521cfe9917d935d5869d8da8110867.tar.gz newlib-9b487837a5521cfe9917d935d5869d8da8110867.tar.bz2 |
Fix typo.
-rw-r--r-- | newlib/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 2e63800..39e5672 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -36,7 +36,7 @@ * libc/stdio64/Makefile.am: Add EL/IX level checking. * libc/stdio64/Makefile.in: Regenerated. * libc/stdio64/dummy.c: New file. - * libc/stdio64/fgetpos64.c: Fix so _LARGEFILE_64 macro is checked + * libc/stdio64/fgetpos64.c: Fix so _LARGE64_FILES macro is checked after first include. * libc/stdio64/fopen64.c: Ditto. * libc/stdio64/freopen64.c: Ditto. |