summaryrefslogtreecommitdiff
path: root/linux-user/sh4
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@iki.fi>2009-05-04 23:02:06 +0300
committerRiku Voipio <riku.voipio@nokia.com>2009-06-16 16:56:29 +0300
commit806eebf3a6e3cd5ac70f395fb5af6c8537a43a12 (patch)
tree2e4ad705658668446469f7bb800307d327b7d133 /linux-user/sh4
parent804e51b50d45b5c4904c149498e4ebd3167a9b71 (diff)
downloadqemu-806eebf3a6e3cd5ac70f395fb5af6c8537a43a12.tar.gz
qemu-806eebf3a6e3cd5ac70f395fb5af6c8537a43a12.tar.bz2
qemu-806eebf3a6e3cd5ac70f395fb5af6c8537a43a12.zip
linux-user: update syscall list
In preparation for supporting pipe2() Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
Diffstat (limited to 'linux-user/sh4')
-rw-r--r--linux-user/sh4/syscall_nr.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/linux-user/sh4/syscall_nr.h b/linux-user/sh4/syscall_nr.h
index b29705c7a2..262b236333 100644
--- a/linux-user/sh4/syscall_nr.h
+++ b/linux-user/sh4/syscall_nr.h
@@ -326,3 +326,11 @@
#define TARGET_NR_timerfd 322
#define TARGET_NR_eventfd 323
#define TARGET_NR_fallocate 324
+#define TARGET_NR_timerfd_settime 325
+#define TARGET_NR_timerfd_gettime 326
+#define TARGET_NR_signalfd4 327
+#define TARGET_NR_eventfd2 328
+#define TARGET_NR_epoll_create1 329
+#define TARGET_NR_dup3 330
+#define TARGET_NR_pipe2 331
+#define TARGET_NR_inotify_init1 332