Add new MIPS/Linux syscalls.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3214 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
2601c356b7
commit
b9a02beda2
@ -318,3 +318,8 @@
|
||||
#define TARGET_NR_epoll_pwait (TARGET_NR_Linux + 313)
|
||||
#define TARGET_NR_ioprio_set (TARGET_NR_Linux + 314)
|
||||
#define TARGET_NR_ioprio_get (TARGET_NR_Linux + 315)
|
||||
#define TARGET_NR_utimensat (TARGET_NR_Linux + 316)
|
||||
#define TARGET_NR_signalfd (TARGET_NR_Linux + 317)
|
||||
#define TARGET_NR_timerfd (TARGET_NR_Linux + 318)
|
||||
#define TARGET_NR_eventfd (TARGET_NR_Linux + 319)
|
||||
#define TARGET_NR_fallocate (TARGET_NR_Linux + 320)
|
||||
|
Loading…
Reference in New Issue
Block a user