mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
linux-user: sync syscall numbers upto 3.13
All others updated except unicore, which doesn't look right to begin with. Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
This commit is contained in:
parent
46eef33b89
commit
4fc4732047
15 changed files with 94 additions and 3 deletions
|
@ -345,3 +345,9 @@
|
|||
#define TARGET_NR_open_by_handle_at (TARGET_NR_Linux + 340)
|
||||
#define TARGET_NR_clock_adjtime (TARGET_NR_Linux + 341)
|
||||
#define TARGET_NR_syncfs (TARGET_NR_Linux + 342)
|
||||
#define TARGET_NR_sendmmsg (TARGET_NR_Linux + 343)
|
||||
#define TARGET_NR_setns (TARGET_NR_Linux + 344)
|
||||
#define TARGET_NR_process_vm_readv (TARGET_NR_Linux + 345)
|
||||
#define TARGET_NR_process_vm_writev (TARGET_NR_Linux + 346)
|
||||
#define TARGET_NR_kcmp (TARGET_NR_Linux + 347)
|
||||
#define TARGET_NR_finit_module (TARGET_NR_Linux + 348)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue