linux-user/microblaze: Fix typo in accept4 syscall
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20180607184844.30126-4-richard.henderson@linaro.org> [lv: replace tabs by spaces] Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
58c9d45a1d
commit
966a6356b7
@ -363,7 +363,7 @@
|
||||
#define TARGET_NR_shutdown 359 /* new */
|
||||
#define TARGET_NR_sendmsg 360 /* new */
|
||||
#define TARGET_NR_recvmsg 361 /* new */
|
||||
#define TARGET_NR_accept04 362 /* new */
|
||||
#define TARGET_NR_accept4 362 /* new */
|
||||
#define TARGET_NR_preadv 363 /* new */
|
||||
#define TARGET_NR_pwritev 364 /* new */
|
||||
#define TARGET_NR_rt_tgsigqueueinfo 365 /* new */
|
||||
|
Loading…
Reference in New Issue
Block a user