mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue