mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
linux-user: Add syscall numbers from kernel 2.6.39.2
Add syscall numbers for new syscall numbers; this brings us into line with Linux 2.6.39.2. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
This commit is contained in:
parent
12b81b7145
commit
d979e8eb54
16 changed files with 253 additions and 5 deletions
|
@ -328,3 +328,19 @@
|
|||
#define TARGET_NR_dup3 326
|
||||
#define TARGET_NR_pipe2 327
|
||||
#define TARGET_NR_inotify_init1 328
|
||||
#define TARGET_NR_inotify_init1 328
|
||||
#define TARGET_NR_preadv 329
|
||||
#define TARGET_NR_pwritev 330
|
||||
#define TARGET_NR_rt_tgsigqueueinfo 331
|
||||
#define TARGET_NR_perf_event_open 332
|
||||
#define TARGET_NR_get_thread_area 333
|
||||
#define TARGET_NR_set_thread_area 334
|
||||
#define TARGET_NR_atomic_cmpxchg_32 335
|
||||
#define TARGET_NR_atomic_barrier 336
|
||||
#define TARGET_NR_fanotify_init 337
|
||||
#define TARGET_NR_fanotify_mark 338
|
||||
#define TARGET_NR_prlimit64 339
|
||||
#define TARGET_NR_name_to_handle_at 340
|
||||
#define TARGET_NR_open_by_handle_at 341
|
||||
#define TARGET_NR_clock_adjtime 342
|
||||
#define TARGET_NR_syncfs 343
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue