Commit b9a02beda2301f91e2d90e329e9a9c0aae3fbb83
1 parent
2601c356
Add new MIPS/Linux syscalls.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3214 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
5 additions
and
0 deletions
linux-user/mips/syscall_nr.h
| @@ -318,3 +318,8 @@ | @@ -318,3 +318,8 @@ | ||
| 318 | #define TARGET_NR_epoll_pwait (TARGET_NR_Linux + 313) | 318 | #define TARGET_NR_epoll_pwait (TARGET_NR_Linux + 313) |
| 319 | #define TARGET_NR_ioprio_set (TARGET_NR_Linux + 314) | 319 | #define TARGET_NR_ioprio_set (TARGET_NR_Linux + 314) |
| 320 | #define TARGET_NR_ioprio_get (TARGET_NR_Linux + 315) | 320 | #define TARGET_NR_ioprio_get (TARGET_NR_Linux + 315) |
| 321 | +#define TARGET_NR_utimensat (TARGET_NR_Linux + 316) | ||
| 322 | +#define TARGET_NR_signalfd (TARGET_NR_Linux + 317) | ||
| 323 | +#define TARGET_NR_timerfd (TARGET_NR_Linux + 318) | ||
| 324 | +#define TARGET_NR_eventfd (TARGET_NR_Linux + 319) | ||
| 325 | +#define TARGET_NR_fallocate (TARGET_NR_Linux + 320) |