Changeset a14684c3 in rtems for cpukit/posix/src/mutex.c
- Timestamp:
- 08/07/96 20:58:59 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7e811af1
- Parents:
- cc757fe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/posix/src/mutex.c
rcc757fe ra14684c3 85 85 case CORE_MUTEX_TIMEOUT: 86 86 return EAGAIN; 87 case CORE_MUTEX_STATUS_CEILING_VIOLATED: 88 return EINVAL; 87 89 default: 88 90 break;
Note: See TracChangeset
for help on using the changeset viewer.