mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -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
|
@ -265,6 +265,12 @@
|
|||
#define TARGET_NR_open_by_handle_at 336
|
||||
#define TARGET_NR_clock_adjtime 337
|
||||
#define TARGET_NR_syncfs 338
|
||||
#define TARGET_NR_setns 339
|
||||
#define TARGET_NR_process_vm_readv 340
|
||||
#define TARGET_NR_process_vm_writev 341
|
||||
#define TARGET_NR_s390_runtime_instr 342
|
||||
#define TARGET_NR_kcmp 343
|
||||
#define TARGET_NR_finit_module 344
|
||||
|
||||
/*
|
||||
* There are some system calls that are not present on 64 bit, some
|
||||
|
@ -355,4 +361,3 @@
|
|||
#define TARGET_NR_newfstatat 293
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue