Changeset a14684c3 in rtems for cpukit/posix/src/mutex.c


Ignore:
Timestamp:
08/07/96 20:58:59 (27 years ago)
Author:
Mark Johannes <Mark.Johannes@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7e811af1
Parents:
cc757fe
Message:

_POSIX_Mutex_From_core_mutex_status: added priority ceiling violation case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/posix/src/mutex.c

    rcc757fe ra14684c3  
    8585    case CORE_MUTEX_TIMEOUT:
    8686      return EAGAIN;
     87    case CORE_MUTEX_STATUS_CEILING_VIOLATED:
     88      return EINVAL;
    8789    default:
    8890      break;
Note: See TracChangeset for help on using the changeset viewer.