diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2007-09-07 21:24:55 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2007-09-07 21:24:55 +0000 |
commit | e5ae72300ff7b25649ae537917d35668cad50037 (patch) | |
tree | cfd256263f2bf06c64b182a6c15bb8bcb72b90bf /newlib/ChangeLog | |
parent | 36fe6da675b074a990dd6b115658d744481437b3 (diff) | |
download | cygnal-e5ae72300ff7b25649ae537917d35668cad50037.tar.gz cygnal-e5ae72300ff7b25649ae537917d35668cad50037.tar.bz2 cygnal-e5ae72300ff7b25649ae537917d35668cad50037.zip |
2007-09-07 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/_types.h: Protect all types with flag
checks to allow definition in machine/_types.h.
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 b72f5687a..97d4228fb 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,5 +1,10 @@ 2007-09-07 Jeff Johnston <jjohnstn@redhat.com> + * libc/include/sys/_types.h: Protect all types with flag + checks to allow definition in machine/_types.h. + +2007-09-07 Jeff Johnston <jjohnstn@redhat.com> + * libc/sys/linux/sys/_types.h: Add _fpos_t and _fpos64_t definitions in light of the previous change. |