diff options
| author | Richard Henderson | 2018-06-07 20:48:43 +0200 |
|---|---|---|
| committer | Laurent Vivier | 2018-06-11 14:47:08 +0200 |
| commit | 966a6356b7281cc2f82533210c23bd786734762b (patch) | |
| tree | a0df1537c633420e33ff26f15dc8f6214d482317 /linux-user/microblaze | |
| parent | linux-user/hppa: Fix typo in mknodat syscall (diff) | |
| download | qemu-966a6356b7281cc2f82533210c23bd786734762b.tar.gz qemu-966a6356b7281cc2f82533210c23bd786734762b.tar.xz qemu-966a6356b7281cc2f82533210c23bd786734762b.zip | |
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 0704449bae..5d1a47a9a9 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 */ |
