summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/attr.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-08-17 15:32:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-08-17 15:32:35 +0000
commit199fa365bcb5ee85edea41de1070cd8235dd86a4 (patch)
tree17736e93272c173a1afe3427ecd1819484626558 /cpukit/rtems/include/rtems/rtems/attr.h
parentbug fixes to make macro implementations work (diff)
downloadrtems-199fa365bcb5ee85edea41de1070cd8235dd86a4.tar.bz2
no limit removed
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/attr.h7
1 files changed, 3 insertions, 4 deletions
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