From 199fa365bcb5ee85edea41de1070cd8235dd86a4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 17 Aug 1995 15:32:35 +0000 Subject: no limit removed --- cpukit/rtems/include/rtems/rtems/attr.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'cpukit/rtems') diff --git a/cpukit/rtems/include/rtems/rtems/attr.h b/cpukit/rtems/include/rtems/rtems/attr.h index 1c59c98dcd..8488624eb5 100644 --- a/cpukit/rtems/include/rtems/rtems/attr.h +++ b/cpukit/rtems/include/rtems/rtems/attr.h @@ -11,7 +11,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * $Id$ + * attr.h,v 1.2 1995/05/31 16:46:08 joel Exp */ #ifndef __RTEMS_ATTRIBUTES_h @@ -38,9 +38,6 @@ typedef unsigned32 rtems_attribute; #define RTEMS_FIFO 0x00000000 /* process RTEMS_FIFO */ #define RTEMS_PRIORITY 0x00000004 /* process by priority */ -#define RTEMS_NO_LIMIT 0x00000000 /* unlimited Q entries */ -#define RTEMS_LIMIT 0x00000008 /* limit Q entries */ - #define RTEMS_COUNTING_SEMAPHORE 0x00000000 #define RTEMS_BINARY_SEMAPHORE 0x00000010 @@ -139,6 +136,7 @@ STATIC INLINE boolean _Attributes_Is_priority( rtems_attribute attribute_set ); +#if 0 /* * _Attributes_Is_limit * @@ -151,6 +149,7 @@ STATIC INLINE boolean _Attributes_Is_priority( STATIC INLINE boolean _Attributes_Is_limit( rtems_attribute attribute_set ); +#endif /* * _Attributes_Is_binary_semaphore -- cgit v1.2.3