From: Laurent Vivier Date: Wed, 30 Sep 2020 00:30:31 +0000 (+0200) Subject: linux-user: update mips/syscall-args-o32.c.inc to Linux 5.9-rc7 X-Git-Tag: v5.2.0-rc0~25^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6bcab38deb2fad026f490651dfd38ed07528f4e;p=thirdparty%2Fqemu.git linux-user: update mips/syscall-args-o32.c.inc to Linux 5.9-rc7 Updated running scripts/update-mips-syscall-args.sh Signed-off-by: Laurent Vivier Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-Id: <20200930003033.554124-3-laurent@vivier.eu> Signed-off-by: Laurent Vivier --- diff --git a/linux-user/mips/syscall-args-o32.c.inc b/linux-user/mips/syscall-args-o32.c.inc index 0ad35857b4e..92ee4f921ec 100644 --- a/linux-user/mips/syscall-args-o32.c.inc +++ b/linux-user/mips/syscall-args-o32.c.inc @@ -434,3 +434,7 @@ [ 433] = 3, /* fspick */ [ 434] = 2, /* pidfd_open */ [ 435] = 2, /* clone3 */ + [ 436] = 3, /* close_range */ + [ 437] = 4, /* openat2 */ + [ 438] = 3, /* pidfd_getfd */ + [ 439] = 4, /* faccessat2 */