summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-28 08:07:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-28 08:07:03 +0000
commiteb891eb3315007f4424d511626297de95de5575f (patch)
treed303cfbc3f97a3ef58c35a015cd1366c0acfab1c
parent2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-eb891eb3315007f4424d511626297de95de5575f.tar.bz2
2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org>
* libcsupport/include/inttypes.h: New header guard. Fix doxygen preamble.
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/libcsupport/include/inttypes.h8
2 files changed, 9 insertions, 4 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 519fd1dc5c..d9bf3009e2 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * libcsupport/include/inttypes.h: New header guard.
+ Fix doxygen preamble.
+
+2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* libcsupport/include/motorola/mc68230.h,
libcsupport/include/motorola/mc68681.h,
libcsupport/include/chain.h,
diff --git a/cpukit/libcsupport/include/inttypes.h b/cpukit/libcsupport/include/inttypes.h
index c1c69220ea..cef7db622f 100644
--- a/cpukit/libcsupport/include/inttypes.h
+++ b/cpukit/libcsupport/include/inttypes.h
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 2004.
+ * COPYRIGHT (c) 2004, 2005.
* Ralf Corsepius, Ulm/Germany.
*
* The license and distribution terms for this file may be
@@ -10,11 +10,11 @@
*/
/**
- * @file sys/_inttypes.h
+ * @file inttypes.h
*/
-#ifndef __INTTYPES_H
-#define __INTTYPES_H
+#ifndef _INTTYPES_H
+#define _INTTYPES_H
#include <stdint.h>