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/m68k | |
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/m68k')
-rw-r--r-- | linux-user/m68k/syscall.tbl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linux-user/m68k/syscall.tbl b/linux-user/m68k/syscall.tbl index a88a285a0e..f4f49fcb76 100644 --- a/linux-user/m68k/syscall.tbl +++ b/linux-user/m68k/syscall.tbl @@ -434,4 +434,6 @@ 432 common fsmount sys_fsmount 433 common fspick sys_fspick 434 common pidfd_open sys_pidfd_open -# 435 reserved for clone3 +435 common clone3 __sys_clone3 +437 common openat2 sys_openat2 +438 common pidfd_getfd sys_pidfd_getfd |