linux-user/syscall: Fix RF-kill errno (typo in ERFKILL)
Affected targets: alpha, hppa, mips/64, sparc Fixes: fe8ed7d5794 ("linux-user: Handle ERFKILL and EHWPOISON") Reviewed-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210708170550.1846343-2-f4bug@amsat.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
bd38ae26ce
commit
f7588fe906
@ -629,7 +629,7 @@ static uint16_t host_to_target_errno_table[ERRNO_TABLE_SIZE] = {
|
|||||||
#ifdef ENOMSG
|
#ifdef ENOMSG
|
||||||
[ENOMSG] = TARGET_ENOMSG,
|
[ENOMSG] = TARGET_ENOMSG,
|
||||||
#endif
|
#endif
|
||||||
#ifdef ERKFILL
|
#ifdef ERFKILL
|
||||||
[ERFKILL] = TARGET_ERFKILL,
|
[ERFKILL] = TARGET_ERFKILL,
|
||||||
#endif
|
#endif
|
||||||
#ifdef EHWPOISON
|
#ifdef EHWPOISON
|
||||||
|
Loading…
x
Reference in New Issue
Block a user