summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2007-09-07 21:24:55 +0000
committerJeff Johnston <jjohnstn@redhat.com>2007-09-07 21:24:55 +0000
commite5ae72300ff7b25649ae537917d35668cad50037 (patch)
treecfd256263f2bf06c64b182a6c15bb8bcb72b90bf /newlib/ChangeLog
parent36fe6da675b074a990dd6b115658d744481437b3 (diff)
downloadcygnal-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/ChangeLog5
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.