Ignore:
Timestamp:
02/20/98 19:59:41 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ee7f4e34
Parents:
de76809
Message:

Modified to reflect new restrictions on mutex being released.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/sptests/sp09/screen05.c

    rde76809 rb1b4fd5a  
    5151    Semaphore_name[ 2 ],
    5252    1,
    53     RTEMS_BINARY_SEMAPHORE,
     53    RTEMS_BINARY_SEMAPHORE | RTEMS_PRIORITY | RTEMS_INHERIT_PRIORITY,
    5454    RTEMS_NO_PRIORITY,
    5555    &Semaphore_id[ 2 ]
Note: See TracChangeset for help on using the changeset viewer.