diff options
author | Laurent Vivier <laurent@vivier.eu> | 2020-03-10 11:34:01 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-03-20 16:02:00 +0100 |
commit | 28b7d5fd59c158eeaf814f92da385f6986de5c66 (patch) | |
tree | 61f92530c9cb6f00e71bc52f269b4880307d40af /linux-user/mips64 | |
parent | e3a6c825b2c82424034d023c879f040766ab15de (diff) | |
download | qemu-28b7d5fd59c158eeaf814f92da385f6986de5c66.zip |
linux-user: update syscall.tbl from linux 0bf999f9c5e7
Run scripts/update-syscalltbl.sh with linux commit 0bf999f9c5e7
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
Message-Id: <20200310103403.3284090-20-laurent@vivier.eu>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'linux-user/mips64')
-rw-r--r-- | linux-user/mips64/syscall_n32.tbl | 2 | ||||
-rw-r--r-- | linux-user/mips64/syscall_n64.tbl | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/linux-user/mips64/syscall_n32.tbl b/linux-user/mips64/syscall_n32.tbl index e7c5ab38e4..1f9e8ad636 100644 --- a/linux-user/mips64/syscall_n32.tbl +++ b/linux-user/mips64/syscall_n32.tbl @@ -374,3 +374,5 @@ 433 n32 fspick sys_fspick 434 n32 pidfd_open sys_pidfd_open 435 n32 clone3 __sys_clone3 +437 n32 openat2 sys_openat2 +438 n32 pidfd_getfd sys_pidfd_getfd diff --git a/linux-user/mips64/syscall_n64.tbl b/linux-user/mips64/syscall_n64.tbl index 13cd66581f..c0b9d802db 100644 --- a/linux-user/mips64/syscall_n64.tbl +++ b/linux-user/mips64/syscall_n64.tbl @@ -350,3 +350,5 @@ 433 n64 fspick sys_fspick 434 n64 pidfd_open sys_pidfd_open 435 n64 clone3 __sys_clone3 +437 n64 openat2 sys_openat2 +438 n64 pidfd_getfd sys_pidfd_getfd |