Message ID | 3d7a16fa0fb5e8640e14bf845195d1df13dc99f7.1476796525.git.riku.voipio@linaro.org |
---|---|
State | Accepted |
Commit | da39db63e4468e39bb56d04d191866c5276aa7fa |
Headers | show |
diff --git a/linux-user/syscall.c b/linux-user/syscall.c index e031ecf..032cb76 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -790,6 +790,9 @@ static uint16_t host_to_target_errno_table[ERRNO_TABLE_SIZE] = { #ifdef ENOTRECOVERABLE [ENOTRECOVERABLE] = TARGET_ENOTRECOVERABLE, #endif +#ifdef ENOMSG + [ENOMSG] = TARGET_ENOMSG, +#endif }; static inline int host_to_target_errno(int err)