summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-10-26 17:11:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-10-26 17:11:03 +0000
commiteafc34b58b7e4298611aa4550a6daf9675fcca3d (patch)
treeb20f7df2ffbc1b870bf1192a0945019e34cb0403 /cpukit/ChangeLog
parentRemove environ common declaration -- it broke newlib. (diff)
downloadrtems-eafc34b58b7e4298611aa4550a6daf9675fcca3d.tar.bz2
2004-10-26 Ralf Corsepius <ralf_corsepius@rtems.org>
* libcsupport/include/rtems/_inttypes.h: Undefine __PRIN defines. * libcsupport/include/rtems/_stdint.h: Apply GNUC-limits to GCC >= 3.3, only. Add _rtems_*_t_defined defines. Add extern "C".
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index e69b88dc9d..304e0c449b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2004-10-26 Ralf Corsepius <ralf_corsepius@rtems.org>
+ * libcsupport/include/rtems/_inttypes.h: Undefine __PRIN defines.
+ * libcsupport/include/rtems/_stdint.h: Apply GNUC-limits to GCC >= 3.3, only.
+ Add _rtems_*_t_defined defines. Add extern "C".
+
+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.