diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2018-06-07 11:48:43 -0700 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2018-06-11 14:47:08 +0200 |
commit | 966a6356b7281cc2f82533210c23bd786734762b (patch) | |
tree | a0df1537c633420e33ff26f15dc8f6214d482317 /linux-user/microblaze | |
parent | 58c9d45a1d754879316258c843d247ce3c540d72 (diff) | |
download | qemu-966a6356b7281cc2f82533210c23bd786734762b.zip qemu-966a6356b7281cc2f82533210c23bd786734762b.tar.gz qemu-966a6356b7281cc2f82533210c23bd786734762b.tar.bz2 |
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>
Diffstat (limited to 'linux-user/microblaze')
-rw-r--r-- | linux-user/microblaze/syscall_nr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/microblaze/syscall_nr.h b/linux-user/microblaze/syscall_nr.h index 0704449..5d1a47a 100644 --- a/linux-user/microblaze/syscall_nr.h +++ b/linux-user/microblaze/syscall_nr.h @@ -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 */ |