Changeset 199fa36 in rtems for cpukit/rtems


Ignore:
Timestamp:
08/17/95 15:32:35 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a1df0118
Parents:
45819022
Message:

no limit removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/rtems/include/rtems/rtems/attr.h

    r45819022 r199fa36  
    1212 *  notice must appear in all copies of this file and its derivatives.
    1313 *
    14  *  $Id$
     14 *  attr.h,v 1.2 1995/05/31 16:46:08 joel Exp
    1515 */
    1616
     
    3838#define RTEMS_FIFO                0x00000000 /* process RTEMS_FIFO */
    3939#define RTEMS_PRIORITY            0x00000004 /* process by priority */
    40 
    41 #define RTEMS_NO_LIMIT            0x00000000 /* unlimited Q entries */
    42 #define RTEMS_LIMIT               0x00000008 /* limit Q entries */
    4340
    4441#define RTEMS_COUNTING_SEMAPHORE  0x00000000
     
    140137);
    141138
     139#if 0
    142140/*
    143141 *  _Attributes_Is_limit
     
    152150  rtems_attribute attribute_set
    153151);
     152#endif
    154153
    155154/*
Note: See TracChangeset for help on using the changeset viewer.