summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include
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/libcsupport/include
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/libcsupport/include')
-rw-r--r--cpukit/libcsupport/include/rtems/cdefs.h6
1 files changed, 3 insertions, 3 deletions
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_ */