summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 41d984b23c..e69b88dc9d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2004-10-26 Ralf Corsepius <ralf_corsepius@rtems.org>
+ * libcsupport/include/rtems/_stdint.h: New.
+ * libcsupport/include/rtems/_inttypes.h: New.
+ * libcsupport/Makefile.am: Reflect changes above.
+
+2004-10-26 Ralf Corsepius <ralf_corsepius@rtems.org>
+
* libfs/src/dosfs/msdos_conv.c:
Replace BSD fixed-size types with POSIX fixed-size types.
Replace SECONDSTO1980 with DAYSTO1980.