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:
Peter Maydell 2011-06-27 17:44:51 +01:00 committed by Riku Voipio
parent 12b81b7145
commit d979e8eb54
16 changed files with 253 additions and 5 deletions

View file

@ -285,3 +285,15 @@
#define TARGET_NR_pipe2 321
#define TARGET_NR_inotify_init1 322
#define TARGET_NR_accept4 323
#define TARGET_NR_preadv 324
#define TARGET_NR_pwritev 325
#define TARGET_NR_rt_tgsigqueueinfo 326
#define TARGET_NR_perf_event_open 327
#define TARGET_NR_recvmmsg 328
#define TARGET_NR_fanotify_init 329
#define TARGET_NR_fanotify_mark 330
#define TARGET_NR_prlimit64 331
#define TARGET_NR_name_to_handle_at 332
#define TARGET_NR_open_by_handle_at 333
#define TARGET_NR_clock_adjtime 334
#define TARGET_NR_syncfs 335