summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-10-26 11:03:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-10-26 11:03:21 +0000
commit75f4119abf19cb87ef2e9b9e89dba94241c46395 (patch)
tree70969c4db72b43976460e4f6286089b2f04791de /cpukit
parentNew. (diff)
downloadrtems-75f4119abf19cb87ef2e9b9e89dba94241c46395.tar.bz2
2004-10-26 Ralf Corsepius <ralf_corsepius@rtems.org>
* libcsupport/rtems/_stdint.h: New. * libcsupport/rtems/_inttypes.h: New. * libcsupport/Makefile.am: Reflect changes above.
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.