diff options
author | Laurent Vivier | 2020-03-10 11:34:01 +0100 |
---|---|---|
committer | Laurent Vivier | 2020-03-20 16:02:00 +0100 |
commit | 28b7d5fd59c158eeaf814f92da385f6986de5c66 (patch) | |
tree | 61f92530c9cb6f00e71bc52f269b4880307d40af /linux-user/x86_64 | |
parent | linux-user, scripts: add a script to update syscall.tbl (diff) | |
download | qemu-28b7d5fd59c158eeaf814f92da385f6986de5c66.tar.gz qemu-28b7d5fd59c158eeaf814f92da385f6986de5c66.tar.xz 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/x86_64')
-rw-r--r-- | linux-user/x86_64/syscall_64.tbl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/x86_64/syscall_64.tbl b/linux-user/x86_64/syscall_64.tbl index c29976eca4..44d510bc9b 100644 --- a/linux-user/x86_64/syscall_64.tbl +++ b/linux-user/x86_64/syscall_64.tbl @@ -357,6 +357,8 @@ 433 common fspick __x64_sys_fspick 434 common pidfd_open __x64_sys_pidfd_open 435 common clone3 __x64_sys_clone3/ptregs +437 common openat2 __x64_sys_openat2 +438 common pidfd_getfd __x64_sys_pidfd_getfd # # x32-specific system call numbers start at 512 to avoid cache impact |