From bcb9ab43d37afb8f90392f682dfba0cacc4679a3 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 22 Nov 2003 11:32:46 +0000 Subject: 2003-11-22 Ralf Corsepius * include/rtems/cdefs.h: Use _RTEMS_CDEFS_H guards. --- cpukit/libcsupport/ChangeLog | 4 ++++ cpukit/libcsupport/include/rtems/cdefs.h | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'cpukit') diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog index cdba3ec3f9..737f898507 100644 --- a/cpukit/libcsupport/ChangeLog +++ b/cpukit/libcsupport/ChangeLog @@ -1,3 +1,7 @@ +2003-11-22 Ralf Corsepius + + * include/rtems/cdefs.h: Use _RTEMS_CDEFS_H guards. + 2003-11-22 Ralf Corsepius * include/rtems/cdefs.h: New. 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_ */ -- cgit v1.2.3