From 180295adc8a9008f5e200994a3b7e47d5e3af363 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 21 Feb 2005 07:29:05 +0000 Subject: New header guards. --- cpukit/posix/macros/rtems/posix/cond.inl | 4 ++-- cpukit/posix/macros/rtems/posix/intr.inl | 4 ++-- cpukit/posix/macros/rtems/posix/key.inl | 4 ++-- cpukit/posix/macros/rtems/posix/mqueue.inl | 4 ++-- cpukit/posix/macros/rtems/posix/mutex.inl | 4 ++-- cpukit/posix/macros/rtems/posix/priority.inl | 4 ++-- cpukit/posix/macros/rtems/posix/pthread.inl | 4 ++-- cpukit/posix/macros/rtems/posix/semaphore.inl | 4 ++-- cpukit/posix/macros/rtems/posix/timer.inl | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) (limited to 'cpukit/posix/macros') diff --git a/cpukit/posix/macros/rtems/posix/cond.inl b/cpukit/posix/macros/rtems/posix/cond.inl index 8dd08f23d4..1aef557d70 100644 --- a/cpukit/posix/macros/rtems/posix/cond.inl +++ b/cpukit/posix/macros/rtems/posix/cond.inl @@ -17,8 +17,8 @@ * $Id$ */ -#ifndef __RTEMS_POSIX_CONDITION_VARIABLES_inl -#define __RTEMS_POSIX_CONDITION_VARIABLES_inl +#ifndef _RTEMS_POSIX_COND_INL +#define _RTEMS_POSIX_COND_INL #include diff --git a/cpukit/posix/macros/rtems/posix/intr.inl b/cpukit/posix/macros/rtems/posix/intr.inl index f09ebc80be..611a5c09a3 100644 --- a/cpukit/posix/macros/rtems/posix/intr.inl +++ b/cpukit/posix/macros/rtems/posix/intr.inl @@ -17,8 +17,8 @@ * $Id$ */ -#ifndef __RTEMS_POSIX_INTERRUPT_inl -#define __RTEMS_POSIX_INTERRUPT_inl +#ifndef _RTEMS_POSIX_INTR_INL +#define _RTEMS_POSIX_INTR_INL /*PAGE * diff --git a/cpukit/posix/macros/rtems/posix/key.inl b/cpukit/posix/macros/rtems/posix/key.inl index 1e70e2d170..2c41e4b9d9 100644 --- a/cpukit/posix/macros/rtems/posix/key.inl +++ b/cpukit/posix/macros/rtems/posix/key.inl @@ -17,8 +17,8 @@ * $Id$ */ -#ifndef __RTEMS_POSIX_KEY_inl -#define __RTEMS_POSIX_KEY_inl +#ifndef _RTEMS_POSIX_KEY_INL +#define _RTEMS_POSIX_KEY_INL /*PAGE * diff --git a/cpukit/posix/macros/rtems/posix/mqueue.inl b/cpukit/posix/macros/rtems/posix/mqueue.inl index 716c081968..f996688541 100644 --- a/cpukit/posix/macros/rtems/posix/mqueue.inl +++ b/cpukit/posix/macros/rtems/posix/mqueue.inl @@ -17,8 +17,8 @@ * $Id$ */ -#ifndef __RTEMS_POSIX_MESSAGE_QUEUE_inl -#define __RTEMS_POSIX_MESSAGE_QUEUE_inl +#ifndef _RTEMS_POSIX_MQUEUE_INL +#define _RTEMS_POSIX_MQUEUE_INL /* * _POSIX_Message_queue_Allocate diff --git a/cpukit/posix/macros/rtems/posix/mutex.inl b/cpukit/posix/macros/rtems/posix/mutex.inl index 15265738ab..c82b287f83 100644 --- a/cpukit/posix/macros/rtems/posix/mutex.inl +++ b/cpukit/posix/macros/rtems/posix/mutex.inl @@ -17,8 +17,8 @@ * $Id$ */ -#ifndef __RTEMS_POSIX_MUTEX_inl -#define __RTEMS_POSIX_MUTEX_inl +#ifndef _RTEMS_POSIX_MUTEX_INL +#define _RTEMS_POSIX_MUTEX_INL /*PAGE * diff --git a/cpukit/posix/macros/rtems/posix/priority.inl b/cpukit/posix/macros/rtems/posix/priority.inl index eab2bf169a..350db8b00e 100644 --- a/cpukit/posix/macros/rtems/posix/priority.inl +++ b/cpukit/posix/macros/rtems/posix/priority.inl @@ -6,8 +6,8 @@ * $Id$ */ -#ifndef __RTEMS_POSIX_PRIORITY_inl -#define __RTEMS_POSIX_PRIORITY_inl +#ifndef _RTEMS_POSIX_PRIORITY_INL +#define _RTEMS_POSIX_PRIORITY_INL /* * 1003.1b-1993,2.2.2.80 definition of priority, p. 19 diff --git a/cpukit/posix/macros/rtems/posix/pthread.inl b/cpukit/posix/macros/rtems/posix/pthread.inl index 7fdc4a3a45..f260c3d19a 100644 --- a/cpukit/posix/macros/rtems/posix/pthread.inl +++ b/cpukit/posix/macros/rtems/posix/pthread.inl @@ -17,8 +17,8 @@ * $Id$ */ -#ifndef __RTEMS_POSIX_THREADS_inl -#define __RTEMS_POSIX_THREADS_inl +#ifndef _RTEMS_POSIX_PTHREAD_INL +#define _RTEMS_POSIX_PTHREAD_INL /*PAGE * diff --git a/cpukit/posix/macros/rtems/posix/semaphore.inl b/cpukit/posix/macros/rtems/posix/semaphore.inl index 08ee09f1dd..757816263a 100644 --- a/cpukit/posix/macros/rtems/posix/semaphore.inl +++ b/cpukit/posix/macros/rtems/posix/semaphore.inl @@ -17,8 +17,8 @@ * $Id$ */ -#ifndef __RTEMS_POSIX_SEMAPHORE_inl -#define __RTEMS_POSIX_SEMAPHORE_inl +#ifndef _RTEMS_POSIX_SEMAPHORE_INL +#define _RTEMS_POSIX_SEMAPHORE_INL /*PAGE * diff --git a/cpukit/posix/macros/rtems/posix/timer.inl b/cpukit/posix/macros/rtems/posix/timer.inl index 39575533e9..40e53a939c 100644 --- a/cpukit/posix/macros/rtems/posix/timer.inl +++ b/cpukit/posix/macros/rtems/posix/timer.inl @@ -17,8 +17,8 @@ * $Id$ */ -#ifndef __POSIX_TIMER_inl -#define __POSIX_TIMER_inl +#ifndef _RTEMS_POSIX_TIMER_INL +#define _RTEMS_POSIX_TIMER_INL /*PAGE * -- cgit v1.2.3