diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-09-24 00:11:26 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-09-24 00:11:26 +0000 |
commit | 8dd77cca03ac6325bda61dbdb8b8a2021fe524c3 (patch) | |
tree | 232af245be9f163a5281d08fa156a983450ebaf0 /linux-user/sh4 | |
parent | f05d35d26da3bcec318e23b943223f83d5e90add (diff) |
Update Linux kernel syscall list.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3216 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user/sh4')
-rw-r--r-- | linux-user/sh4/syscall_nr.h | 40 |
1 files changed, 38 insertions, 2 deletions
diff --git a/linux-user/sh4/syscall_nr.h b/linux-user/sh4/syscall_nr.h index c91ba1b3db..b29705c7a2 100644 --- a/linux-user/sh4/syscall_nr.h +++ b/linux-user/sh4/syscall_nr.h @@ -226,6 +226,7 @@ #define TARGET_NR_fcntl64 221 /* 223 is unused */ #define TARGET_NR_gettid 224 +#define TARGET_NR_readahead 225 #define TARGET_NR_setxattr 226 #define TARGET_NR_lsetxattr 227 #define TARGET_NR_fsetxattr 228 @@ -288,5 +289,40 @@ #define TARGET_NR_add_key 285 #define TARGET_NR_request_key 286 #define TARGET_NR_keyctl 287 - -#define TARGET_NR_readahead 225 /* XXXXX */ +#define TARGET_NR_ioprio_set 288 +#define TARGET_NR_ioprio_get 289 +#define TARGET_NR_inotify_init 290 +#define TARGET_NR_inotify_add_watch 291 +#define TARGET_NR_inotify_rm_watch 292 +/* 293 is unused */ +#define TARGET_NR_migrate_pages 294 +#define TARGET_NR_openat 295 +#define TARGET_NR_mkdirat 296 +#define TARGET_NR_mknodat 297 +#define TARGET_NR_fchownat 298 +#define TARGET_NR_futimesat 299 +#define TARGET_NR_fstatat64 300 +#define TARGET_NR_unlinkat 301 +#define TARGET_NR_renameat 302 +#define TARGET_NR_linkat 303 +#define TARGET_NR_symlinkat 304 +#define TARGET_NR_readlinkat 305 +#define TARGET_NR_fchmodat 306 +#define TARGET_NR_faccessat 307 +#define TARGET_NR_pselect6 308 +#define TARGET_NR_ppoll 309 +#define TARGET_NR_unshare 310 +#define TARGET_NR_set_robust_list 311 +#define TARGET_NR_get_robust_list 312 +#define TARGET_NR_splice 313 +#define TARGET_NR_sync_file_range 314 +#define TARGET_NR_tee 315 +#define TARGET_NR_vmsplice 316 +#define TARGET_NR_move_pages 317 +#define TARGET_NR_getcpu 318 +#define TARGET_NR_epoll_pwait 319 +#define TARGET_NR_utimensat 320 +#define TARGET_NR_signalfd 321 +#define TARGET_NR_timerfd 322 +#define TARGET_NR_eventfd 323 +#define TARGET_NR_fallocate 324 |