forked from Imagelibrary/rtems
New header guards.
This commit is contained in:
@@ -17,8 +17,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RTEMS_POSIX_CONDITION_VARIABLES_inl
|
#ifndef _RTEMS_POSIX_COND_INL
|
||||||
#define __RTEMS_POSIX_CONDITION_VARIABLES_inl
|
#define _RTEMS_POSIX_COND_INL
|
||||||
|
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RTEMS_POSIX_INTERRUPT_inl
|
#ifndef _RTEMS_POSIX_INTR_INL
|
||||||
#define __RTEMS_POSIX_INTERRUPT_inl
|
#define _RTEMS_POSIX_INTR_INL
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RTEMS_POSIX_KEY_inl
|
#ifndef _RTEMS_POSIX_KEY_INL
|
||||||
#define __RTEMS_POSIX_KEY_inl
|
#define _RTEMS_POSIX_KEY_INL
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RTEMS_POSIX_MESSAGE_QUEUE_inl
|
#ifndef _RTEMS_POSIX_MQUEUE_INL
|
||||||
#define __RTEMS_POSIX_MESSAGE_QUEUE_inl
|
#define _RTEMS_POSIX_MQUEUE_INL
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RTEMS_POSIX_MUTEX_inl
|
#ifndef _RTEMS_POSIX_MUTEX_INL
|
||||||
#define __RTEMS_POSIX_MUTEX_inl
|
#define _RTEMS_POSIX_MUTEX_INL
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RTEMS_POSIX_PRIORITY_inl
|
#ifndef _RTEMS_POSIX_PRIORITY_INL
|
||||||
#define __RTEMS_POSIX_PRIORITY_inl
|
#define _RTEMS_POSIX_PRIORITY_INL
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 1003.1b-1993,2.2.2.80 definition of priority, p. 19
|
* 1003.1b-1993,2.2.2.80 definition of priority, p. 19
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RTEMS_POSIX_THREADS_inl
|
#ifndef _RTEMS_POSIX_PTHREAD_INL
|
||||||
#define __RTEMS_POSIX_THREADS_inl
|
#define _RTEMS_POSIX_PTHREAD_INL
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RTEMS_POSIX_SEMAPHORE_inl
|
#ifndef _RTEMS_POSIX_SEMAPHORE_INL
|
||||||
#define __RTEMS_POSIX_SEMAPHORE_inl
|
#define _RTEMS_POSIX_SEMAPHORE_INL
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __POSIX_TIMER_inl
|
#ifndef _RTEMS_POSIX_TIMER_INL
|
||||||
#define __POSIX_TIMER_inl
|
#define _RTEMS_POSIX_TIMER_INL
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RTEMS_POSIX_CONDITION_VARIABLES_inl
|
#ifndef _RTEMS_POSIX_COND_INL
|
||||||
#define __RTEMS_POSIX_CONDITION_VARIABLES_inl
|
#define _RTEMS_POSIX_COND_INL
|
||||||
|
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RTEMS_POSIX_INTERRUPT_inl
|
#ifndef _RTEMS_POSIX_INTR_INL
|
||||||
#define __RTEMS_POSIX_INTERRUPT_inl
|
#define _RTEMS_POSIX_INTR_INL
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RTEMS_POSIX_KEY_inl
|
#ifndef _RTEMS_POSIX_KEY_INL
|
||||||
#define __RTEMS_POSIX_KEY_inl
|
#define _RTEMS_POSIX_KEY_INL
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RTEMS_POSIX_MESSAGE_QUEUE_inl
|
#ifndef _RTEMS_POSIX_MQUEUE_INL
|
||||||
#define __RTEMS_POSIX_MESSAGE_QUEUE_inl
|
#define _RTEMS_POSIX_MQUEUE_INL
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* _POSIX_Message_queue_Allocate
|
* _POSIX_Message_queue_Allocate
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RTEMS_POSIX_MUTEX_inl
|
#ifndef _RTEMS_POSIX_MUTEX_INL
|
||||||
#define __RTEMS_POSIX_MUTEX_inl
|
#define _RTEMS_POSIX_MUTEX_INL
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RTEMS_POSIX_PRIORITY_inl
|
#ifndef _RTEMS_POSIX_PRIORITY_INL
|
||||||
#define __RTEMS_POSIX_PRIORITY_inl
|
#define _RTEMS_POSIX_PRIORITY_INL
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 1003.1b-1993,2.2.2.80 definition of priority, p. 19
|
* 1003.1b-1993,2.2.2.80 definition of priority, p. 19
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RTEMS_POSIX_THREADS_inl
|
#ifndef _RTEMS_POSIX_PTHREAD_INL
|
||||||
#define __RTEMS_POSIX_THREADS_inl
|
#define _RTEMS_POSIX_PTHREAD_INL
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RTEMS_POSIX_SEMAPHORE_inl
|
#ifndef _RTEMS_POSIX_SEMAPHORE_INL
|
||||||
#define __RTEMS_POSIX_SEMAPHORE_inl
|
#define _RTEMS_POSIX_SEMAPHORE_INL
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __POSIX_TIMER_inl
|
#ifndef _RTEMS_POSIX_TIMER_INL
|
||||||
#define __POSIX_TIMER_inl
|
#define _RTEMS_POSIX_TIMER_INL
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user