From 78d1190528525ef789800c3ce1912fc20ff55324 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 14 Mar 2011 16:24:00 +0000 Subject: 2011-03-14 Joel Sherrill * libfs/src/imfs/deviceerrno.c: Add RTEMS_INVALID_CLOCK, RTEMS_INVALID_NODE, and RTEMS_NOT_CONFIGURED. --- cpukit/libfs/src/imfs/deviceerrno.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpukit/libfs') diff --git a/cpukit/libfs/src/imfs/deviceerrno.c b/cpukit/libfs/src/imfs/deviceerrno.c index b0daf4d8f8..396df7619d 100644 --- a/cpukit/libfs/src/imfs/deviceerrno.c +++ b/cpukit/libfs/src/imfs/deviceerrno.c @@ -44,6 +44,9 @@ static const int status_code_to_errno [RTEMS_STATUS_CODES_LAST + 1] = { [RTEMS_ILLEGAL_ON_REMOTE_OBJECT] = EIO, [RTEMS_CALLED_FROM_ISR] = EIO, [RTEMS_INVALID_PRIORITY] = EIO, + [RTEMS_INVALID_CLOCK] = EINVAL, + [RTEMS_INVALID_NODE] = EINVAL, + [RTEMS_NOT_CONFIGURED] = ENOSYS, [RTEMS_NOT_OWNER_OF_RESOURCE] = EPERM, [RTEMS_NOT_IMPLEMENTED] = ENOSYS, [RTEMS_INTERNAL_ERROR] = EIO, -- cgit v1.2.3