summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/statustoerrno.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/statustoerrno.c')
-rw-r--r--cpukit/rtems/src/statustoerrno.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/rtems/src/statustoerrno.c b/cpukit/rtems/src/statustoerrno.c
index 8f34ff5921..76a9e2c056 100644
--- a/cpukit/rtems/src/statustoerrno.c
+++ b/cpukit/rtems/src/statustoerrno.c
@@ -45,6 +45,7 @@ static const int status_code_to_errno [RTEMS_STATUS_CODES_LAST + 1] = {
[RTEMS_INTERNAL_ERROR] = EIO,
[RTEMS_NO_MEMORY] = ENOMEM,
[RTEMS_IO_ERROR] = EIO,
+ [RTEMS_INTERRUPTED] = EINTR,
[RTEMS_PROXY_BLOCKING] = EIO
};