> Le 6 janvier 2014 à 02:57, André Hentschel <n...@dawncrow.de> a écrit :
>
>
> From: André Hentschel <n...@dawncrow.de>
> Cc: Riku Voipio <riku.voi...@iki.fi>
> Signed-off-by: André Hentschel <n...@dawncrow.de>
[...]
> diff --git a/linux-user/syscall_defs.h b/linux-user/syscall_defs.h
> index cf08db5..b36f99c 100644
> --- a/linux-user/syscall_defs.h
> +++ b/linux-user/syscall_defs.h
> @@ -27,6 +27,9 @@
> #define SOCKOP_getsockopt 15
> #define SOCKOP_sendmsg 16
> #define SOCKOP_recvmsg 17
> +#define SOCKOP_accept4 18
> +#define SOCKOP_recvmmsg 19
> +#define SOCKOP_sendmmsg 20

Don't add these both defines here as they are not used in this patch.

Regards,
Laurent

Reply via email to