mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
linux-user, mips: update syscall-args-o32.c.inc to Linux v5.13
Updated running scripts/update-mips-syscall-args.sh scripts/update-mips-syscall-args.sh has been updated to reflect file directory changes in strace repository. Signed-off-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20210708215756.268805-3-laurent@vivier.eu> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
3a2f19b7ee
commit
e2dcdcea23
2 changed files with 11 additions and 7 deletions
|
@ -356,7 +356,7 @@
|
|||
[ 355] = 3, /* bpf */
|
||||
[ 356] = 5, /* execveat */
|
||||
[ 357] = 1, /* userfaultfd */
|
||||
[ 358] = 2, /* membarrier */
|
||||
[ 358] = 3, /* membarrier */
|
||||
[ 359] = 3, /* mlock2 */
|
||||
[ 360] = 6, /* copy_file_range */
|
||||
[ 361] = 6, /* preadv2 */
|
||||
|
@ -438,3 +438,6 @@
|
|||
[ 437] = 4, /* openat2 */
|
||||
[ 438] = 3, /* pidfd_getfd */
|
||||
[ 439] = 4, /* faccessat2 */
|
||||
[ 440] = 5, /* process_madvise */
|
||||
[ 441] = 6, /* epoll_pwait2 */
|
||||
[ 442] = 5, /* mount_setattr */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue