Changeset b1af454 in rtems


Ignore:
Timestamp:
08/12/96 17:41:37 (27 years ago)
Author:
Mark Johannes <Mark.Johannes@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
d06e9ca
Parents:
af04a791
Message:

mutex.h: promoted out _POSIX_Mutex_From_core_mutex_status

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/posix/headers/mutex.h

    raf04a791 rb1af454  
    109109);
    110110
     111/*
     112 *  _POSIX_Mutex_From_core_mutex_status
     113 *
     114 *  DESCRIPTION:
     115 *
     116 *  This function returns a POSIX error code for each RTEMS CORE error message.
     117 */
     118 
     119int _POSIX_Mutex_From_core_mutex_status(
     120  CORE_mutex_Status  status
     121);
     122
    111123#include <rtems/posix/mutex.inl>
    112124#include <rtems/posix/mutexmp.h>
  • c/src/exec/posix/include/rtems/posix/mutex.h

    raf04a791 rb1af454  
    109109);
    110110
     111/*
     112 *  _POSIX_Mutex_From_core_mutex_status
     113 *
     114 *  DESCRIPTION:
     115 *
     116 *  This function returns a POSIX error code for each RTEMS CORE error message.
     117 */
     118 
     119int _POSIX_Mutex_From_core_mutex_status(
     120  CORE_mutex_Status  status
     121);
     122
    111123#include <rtems/posix/mutex.inl>
    112124#include <rtems/posix/mutexmp.h>
  • cpukit/posix/include/rtems/posix/mutex.h

    raf04a791 rb1af454  
    109109);
    110110
     111/*
     112 *  _POSIX_Mutex_From_core_mutex_status
     113 *
     114 *  DESCRIPTION:
     115 *
     116 *  This function returns a POSIX error code for each RTEMS CORE error message.
     117 */
     118 
     119int _POSIX_Mutex_From_core_mutex_status(
     120  CORE_mutex_Status  status
     121);
     122
    111123#include <rtems/posix/mutex.inl>
    112124#include <rtems/posix/mutexmp.h>
Note: See TracChangeset for help on using the changeset viewer.