Changeset d9230ea in rtems
- Timestamp:
- 12/13/99 14:49:38 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- e9067989
- Parents:
- 49be66d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/src/error.c
r49be66d rd9230ea 90 90 { "RTEMS inconsistency detected", RTEMS_INTERNAL_ERROR, }, 91 91 { "could not get enough memory", RTEMS_NO_MEMORY, }, 92 { "driver IO error", RTEMS_IO_ERROR, }, 92 93 { "internal multiprocessing only", THREAD_STATUS_PROXY_BLOCKING, }, 93 94 { 0, 0, 0 }, -
c/src/lib/libc/error.c
r49be66d rd9230ea 90 90 { "RTEMS inconsistency detected", RTEMS_INTERNAL_ERROR, }, 91 91 { "could not get enough memory", RTEMS_NO_MEMORY, }, 92 { "driver IO error", RTEMS_IO_ERROR, }, 92 93 { "internal multiprocessing only", THREAD_STATUS_PROXY_BLOCKING, }, 93 94 { 0, 0, 0 }, -
cpukit/libcsupport/src/error.c
r49be66d rd9230ea 90 90 { "RTEMS inconsistency detected", RTEMS_INTERNAL_ERROR, }, 91 91 { "could not get enough memory", RTEMS_NO_MEMORY, }, 92 { "driver IO error", RTEMS_IO_ERROR, }, 92 93 { "internal multiprocessing only", THREAD_STATUS_PROXY_BLOCKING, }, 93 94 { 0, 0, 0 },
Note: See TracChangeset
for help on using the changeset viewer.