Changeset 3a4ae6c in rtems for c/src/libmisc/error
- Timestamp:
- 09/11/95 19:35:39 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ced11f99
- Parents:
- 5072b07
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libmisc/error/error.c
r5072b07 r3a4ae6c 92 92 { "directive not implemented", RTEMS_NOT_IMPLEMENTED, }, 93 93 { "RTEMS inconsistency detected", RTEMS_INTERNAL_ERROR, }, 94 { "internal multiprocessing only", RTEMS_PROXY_BLOCKING, },95 94 { "could not get enough memory", RTEMS_NO_MEMORY, }, 95 { "internal multiprocessing only", THREAD_STATUS_PROXY_BLOCKING, }, 96 96 { 0, 0, 0 }, 97 97 }; … … 135 135 local_errno = errno; 136 136 137 if (_ Configuration_Is_multiprocessing())137 if (_System_state_Is_multiprocessing) 138 138 fprintf(stderr, "[%d] ", _Configuration_MP_table->node); 139 139
Note: See TracChangeset
for help on using the changeset viewer.