summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-13 14:49:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-13 14:49:38 +0000
commitd9230ea9c06c9e3414822ff5a1e12e0474388f9d (patch)
tree8808b58736a088a7f729362701c22376ad75c18b /c/src/lib/libc
parentNow builds and installs properly. (diff)
downloadrtems-d9230ea9c06c9e3414822ff5a1e12e0474388f9d.tar.bz2
Added RTEMS_IO_ERROR.
Diffstat (limited to 'c/src/lib/libc')
-rw-r--r--c/src/lib/libc/error.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/libc/error.c b/c/src/lib/libc/error.c
index dd32fb8b66..339f8eb374 100644
--- a/c/src/lib/libc/error.c
+++ b/c/src/lib/libc/error.c
@@ -89,6 +89,7 @@ rtems_assoc_t rtems_status_assoc[] = {
{ "directive not implemented", RTEMS_NOT_IMPLEMENTED, },
{ "RTEMS inconsistency detected", RTEMS_INTERNAL_ERROR, },
{ "could not get enough memory", RTEMS_NO_MEMORY, },
+ { "driver IO error", RTEMS_IO_ERROR, },
{ "internal multiprocessing only", THREAD_STATUS_PROXY_BLOCKING, },
{ 0, 0, 0 },
};