Changeset bf24479 in rtems for cpukit/rtems/src/semtranslatereturncode.c
- Timestamp:
- 02/04/00 16:32:38 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 95d9072
- Parents:
- edb2176
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/rtems/src/semtranslatereturncode.c
redb2176 rbf24479 76 76 return RTEMS_TIMEOUT; 77 77 case THREAD_STATUS_PROXY_BLOCKING: 78 return THREAD_STATUS_PROXY_BLOCKING;78 return RTEMS_PROXY_BLOCKING; 79 79 } 80 80 return RTEMS_INTERNAL_ERROR; /* unreached - only to remove warnings */
Note: See TracChangeset
for help on using the changeset viewer.