summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-11-22 11:32:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-11-22 11:32:46 +0000
commitbcb9ab43d37afb8f90392f682dfba0cacc4679a3 (patch)
treedc55d3cd37061c347ad089ab6065ed1143badeef /cpukit
parent2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-bcb9ab43d37afb8f90392f682dfba0cacc4679a3.tar.bz2
2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/cdefs.h: Use _RTEMS_CDEFS_H guards.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libcsupport/ChangeLog4
-rw-r--r--cpukit/libcsupport/include/rtems/cdefs.h6
2 files changed, 7 insertions, 3 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index cdba3ec3f9..737f898507 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,5 +1,9 @@
2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * include/rtems/cdefs.h: Use _RTEMS_CDEFS_H guards.
+
+2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* include/rtems/cdefs.h: New.
* Makefile.am: Completely reworked.
diff --git a/cpukit/libcsupport/include/rtems/cdefs.h b/cpukit/libcsupport/include/rtems/cdefs.h
index d089dc5894..6abf3234ca 100644
--- a/cpukit/libcsupport/include/rtems/cdefs.h
+++ b/cpukit/libcsupport/include/rtems/cdefs.h
@@ -37,8 +37,8 @@
* $Id$
*/
-#ifndef _SYS_CDEFS_H_
-#define _SYS_CDEFS_H_
+#ifndef _RTEMS_CDEFS_H_
+#define _RTEMS_CDEFS_H_
#if defined(__cplusplus)
#define __BEGIN_DECLS extern "C" {
@@ -174,4 +174,4 @@
#define __COPYRIGHT(s) __IDSTRING(copyright,s)
#endif
-#endif /* !_SYS_CDEFS_H_ */
+#endif /* !_RTEMS_CDEFS_H_ */