summaryrefslogtreecommitdiffstats
path: root/c/src/lib/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-16 13:23:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-16 13:23:40 +0000
commit485e80fa0316b6f9dec52d2653ee9a92776cacc5 (patch)
tree76d8b96b648ab5c635feb73527f19934288d180c /c/src/lib/ChangeLog
parent2002-04-12 Chris Johns <ccj@acm.org> (diff)
downloadrtems-485e80fa0316b6f9dec52d2653ee9a92776cacc5.tar.bz2
2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Add stdint.h and inttypes.h. (reported by Mike Siers <mikes@poliac.com>) * include/stdint.h: New file. * include/inttypes.h: New file.
Diffstat (limited to '')
-rw-r--r--c/src/lib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog
index dc34718279..abf8d52320 100644
--- a/c/src/lib/ChangeLog
+++ b/c/src/lib/ChangeLog
@@ -1,3 +1,10 @@
+2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * include/Makefile.am: Add stdint.h and inttypes.h.
+ (reported by Mike Siers <mikes@poliac.com>)
+ * include/stdint.h: New file.
+ * include/inttypes.h: New file.
+
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libc/stat.c: include <string.h>.