Changeset 3235ad9 in rtems for c/src/optman/rtems/no-sem.c


Ignore:
Timestamp:
08/23/95 19:30:23 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5250ff39
Parents:
80e2c29e
Message:

Support for variable length names added to Object Handler. This supports
both fixed length "raw" names and strings from the API's point of view.

Both inline and macro implementations were tested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/optman/rtems/no-sem.c

    r80e2c29e r3235ad9  
    3232
    3333rtems_status_code rtems_semaphore_create(
    34   Objects_Name        name,
     34  rtems_name          name,
    3535  unsigned32          count,
    3636  rtems_attribute  attribute_set,
     
    4242
    4343rtems_status_code rtems_semaphore_ident(
    44   Objects_Name  name,
     44  rtems_name    name,
    4545  unsigned32    node,
    4646  Objects_Id   *id
Note: See TracChangeset for help on using the changeset viewer.