diff mbox series

[3/4] linux-user/microblaze: Fix typo in accept4 syscall

Message ID 20180607184844.30126-4-richard.henderson@linaro.org
State Superseded
Headers show
Series linux-user: syscall number fixes | expand

Commit Message

Richard Henderson June 7, 2018, 6:48 p.m. UTC
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>

---
 linux-user/microblaze/syscall_nr.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.17.1

Comments

Philippe Mathieu-Daudé June 7, 2018, 7:29 p.m. UTC | #1
On 06/07/2018 03:48 PM, Richard Henderson wrote:
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>


04 since '09: 8dfbe4e839e.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


> ---

>  linux-user/microblaze/syscall_nr.h | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)

> 

> diff --git a/linux-user/microblaze/syscall_nr.h b/linux-user/microblaze/syscall_nr.h

> index 0704449bae..761208e9e6 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 */

>
Laurent Vivier June 7, 2018, 8:12 p.m. UTC | #2
Le 07/06/2018 à 20:48, Richard Henderson a écrit :
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>

> ---

>  linux-user/microblaze/syscall_nr.h | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)

> 

> diff --git a/linux-user/microblaze/syscall_nr.h b/linux-user/microblaze/syscall_nr.h

> index 0704449bae..761208e9e6 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 */

> 


Reviewed-by: Laurent Vivier <laurent@vivier.eu>
diff mbox series

Patch

diff --git a/linux-user/microblaze/syscall_nr.h b/linux-user/microblaze/syscall_nr.h
index 0704449bae..761208e9e6 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 */