Changeset d9230ea in rtems


Ignore:
Timestamp:
12/13/99 14:49:38 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
e9067989
Parents:
49be66d
Message:

Added RTEMS_IO_ERROR.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/libcsupport/src/error.c

    r49be66d rd9230ea  
    9090    { "RTEMS inconsistency detected",       RTEMS_INTERNAL_ERROR, },
    9191    { "could not get enough memory",        RTEMS_NO_MEMORY, },
     92    { "driver IO error",                    RTEMS_IO_ERROR, },
    9293    { "internal multiprocessing only",      THREAD_STATUS_PROXY_BLOCKING, },
    9394    { 0, 0, 0 },
  • c/src/lib/libc/error.c

    r49be66d rd9230ea  
    9090    { "RTEMS inconsistency detected",       RTEMS_INTERNAL_ERROR, },
    9191    { "could not get enough memory",        RTEMS_NO_MEMORY, },
     92    { "driver IO error",                    RTEMS_IO_ERROR, },
    9293    { "internal multiprocessing only",      THREAD_STATUS_PROXY_BLOCKING, },
    9394    { 0, 0, 0 },
  • cpukit/libcsupport/src/error.c

    r49be66d rd9230ea  
    9090    { "RTEMS inconsistency detected",       RTEMS_INTERNAL_ERROR, },
    9191    { "could not get enough memory",        RTEMS_NO_MEMORY, },
     92    { "driver IO error",                    RTEMS_IO_ERROR, },
    9293    { "internal multiprocessing only",      THREAD_STATUS_PROXY_BLOCKING, },
    9394    { 0, 0, 0 },
Note: See TracChangeset for help on using the changeset viewer.