added ENOSYS support

This commit is contained in:
Joel Sherrill
1996-10-15 21:58:32 +00:00
parent fe6ef776a7
commit 9e406d983a
3 changed files with 3 additions and 0 deletions

View File

@@ -134,6 +134,7 @@ rtems_assoc_t errno_assoc[] = {
{ "OK", RTEMS_SUCCESSFUL, 0 },
{ "TIMEOUT", RTEMS_TIMEOUT, ETIME },
{ "NO MEMORY", RTEMS_NO_MEMORY, ENOMEM },
{ "NO DEVICE", RTEMS_UNSATISFIED, ENOSYS },
{ 0, 0, 0 },
};