summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/linux_syscalls.c')
-rw-r--r--sys/compat/linux/linux_syscalls.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c
index 237014c11bf..5062a0fb5bf 100644
--- a/sys/compat/linux/linux_syscalls.c
+++ b/sys/compat/linux/linux_syscalls.c
@@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.13 1995/10/07 06:27:15 mycroft Exp
+ * created from NetBSD: syscalls.master,v 1.15 1995/12/18 14:35:10 fvdl Exp
*/
char *linux_syscallnames[] = {
@@ -162,4 +162,7 @@ char *linux_syscallnames[] = {
"getdents", /* 141 = getdents */
"select", /* 142 = select */
"flock", /* 143 = flock */
+ "msync", /* 144 = msync */
+ "readv", /* 145 = readv */
+ "writev", /* 146 = writev */
};