Changeset 0910a251 in rtems


Ignore:
Timestamp:
11/01/99 20:31:25 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
43f7a90
Parents:
2e3e407
Message:

Added name to id support routine.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/posix/src/mqueue.c

    r2e3e407 r0910a251  
    713713  return POSIX_BOTTOM_REACHED();
    714714}
     715
     716/*PAGE
     717 *
     718 *  _POSIX_Message_queue_Name_to_id
     719 *
     720 *  XXX
     721 */
     722
     723int _POSIX_Message_queue_Name_to_id(
     724  const char          *name,
     725  Objects_Id          *id
     726)
     727{
     728  return 0; /* XXX fill me in */
     729}
  • cpukit/posix/src/mqueue.c

    r2e3e407 r0910a251  
    713713  return POSIX_BOTTOM_REACHED();
    714714}
     715
     716/*PAGE
     717 *
     718 *  _POSIX_Message_queue_Name_to_id
     719 *
     720 *  XXX
     721 */
     722
     723int _POSIX_Message_queue_Name_to_id(
     724  const char          *name,
     725  Objects_Id          *id
     726)
     727{
     728  return 0; /* XXX fill me in */
     729}
Note: See TracChangeset for help on using the changeset viewer.