Changeset 3235ad9 in rtems for c/src/optman/rtems/no-sem.c
- Timestamp:
- 08/23/95 19:30:23 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5250ff39
- Parents:
- 80e2c29e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/optman/rtems/no-sem.c
r80e2c29e r3235ad9 32 32 33 33 rtems_status_code rtems_semaphore_create( 34 Objects_Namename,34 rtems_name name, 35 35 unsigned32 count, 36 36 rtems_attribute attribute_set, … … 42 42 43 43 rtems_status_code rtems_semaphore_ident( 44 Objects_Namename,44 rtems_name name, 45 45 unsigned32 node, 46 46 Objects_Id *id
Note: See TracChangeset
for help on using the changeset viewer.