summaryrefslogtreecommitdiff
path: root/linux-user/openrisc
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2014-01-13 14:04:20 +0200
committerRiku Voipio <riku.voipio@linaro.org>2014-02-18 16:45:55 +0200
commit4fc4732047bf475f70b14c83053d7c6b22cb9d2f (patch)
tree8d62de8928a658cb02a317e0048e17de4d9521be /linux-user/openrisc
parent46eef33b89e936ca793e13c4aeea1414e97e8dbb (diff)
downloadqemu-4fc4732047bf475f70b14c83053d7c6b22cb9d2f.tar.gz
linux-user: sync syscall numbers upto 3.13
All others updated except unicore, which doesn't look right to begin with. Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'linux-user/openrisc')
-rw-r--r--linux-user/openrisc/syscall_nr.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/linux-user/openrisc/syscall_nr.h b/linux-user/openrisc/syscall_nr.h
index f4ac91ef71..4c386eae98 100644
--- a/linux-user/openrisc/syscall_nr.h
+++ b/linux-user/openrisc/syscall_nr.h
@@ -378,9 +378,13 @@
#define TARGET_NR_syncfs 267
#define TARGET_NR_setns 268
#define TARGET_NR_sendmmsg 269
+#define TARGET_NR_process_vm_readv 270
+#define TARGET_NR_process_vm_writev 271
+#define TARGET_NR_kcmp 272
+#define TARGET_NR_finit_module 273
#undef TARGET_NR_syscalls
-#define TARGET_NR_syscalls 270
+#define TARGET_NR_syscalls 274
/*
* All syscalls below here should go away really,