summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-11 08:33:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-11 08:33:09 +0000
commit532ef1531ab774b1b452659c8fc0c8b0f88b6e36 (patch)
treef31b9bb264714fa88161ab012a8786dcd3718e5c /c
parent#include <stdint.h> instead of <rtems/stdint.h>. (diff)
downloadrtems-532ef1531ab774b1b452659c8fc0c8b0f88b6e36.tar.bz2
2008-12-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* lpc22xx/include/lpc22xx.h, mc9328mxl/include/mc9328mxl.h: #include <stdint.h> instead of <rtems/stdint.h>.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libcpu/arm/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/arm/ChangeLog b/c/src/lib/libcpu/arm/ChangeLog
index 77f317c172..6c60a2f543 100644
--- a/c/src/lib/libcpu/arm/ChangeLog
+++ b/c/src/lib/libcpu/arm/ChangeLog
@@ -1,5 +1,7 @@
2008-12-11 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * lpc22xx/include/lpc22xx.h, mc9328mxl/include/mc9328mxl.h:
+ #include <stdint.h> instead of <rtems/stdint.h>.
* at91rm9200/dbgu/dbgu.c: Add missing prototype.
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>