summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/inttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/include/inttypes.h')
-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>