summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport
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 /cpukit/libcsupport
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.
Diffstat (limited to 'cpukit/libcsupport')
-rw-r--r--cpukit/libcsupport/include/inttypes.h8
1 files changed, 4 insertions, 4 deletions
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>