summaryrefslogtreecommitdiff
path: root/sys/compat/netbsd/netbsd_syscall.h
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1999-09-17 12:15:00 +0000
committerkstailey <kstailey@cvs.openbsd.org>1999-09-17 12:15:00 +0000
commitc64d934386ca2c45d018899695070925b17d7ee9 (patch)
tree4ce55c913271ccb94960d6c027b89779a41f2f0a /sys/compat/netbsd/netbsd_syscall.h
parentc1ac5f3e42aa889027c9aa88d2f30b94e684cf68 (diff)
regen
Diffstat (limited to 'sys/compat/netbsd/netbsd_syscall.h')
-rw-r--r--sys/compat/netbsd/netbsd_syscall.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/sys/compat/netbsd/netbsd_syscall.h b/sys/compat/netbsd/netbsd_syscall.h
index e1fb2b7c695..98ac26348ce 100644
--- a/sys/compat/netbsd/netbsd_syscall.h
+++ b/sys/compat/netbsd/netbsd_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: netbsd_syscall.h,v 1.5 1999/09/15 20:42:27 kstailey Exp $ */
+/* $OpenBSD: netbsd_syscall.h,v 1.6 1999/09/17 12:14:59 kstailey Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.5 1999/09/15 20:41:16 kstailey Exp
+ * created from; OpenBSD: syscalls.master,v 1.6 1999/09/17 12:13:47 kstailey Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
@@ -475,6 +475,12 @@
/* syscall: "shmsys" ret: "int" args: "int" "int" "int" "int" */
#define NETBSD_SYS_shmsys 171
+/* syscall: "pread" ret: "ssize_t" args: "int" "void *" "size_t" "int" "off_t" */
+#define NETBSD_SYS_pread 173
+
+/* syscall: "pwrite" ret: "ssize_t" args: "int" "const void *" "size_t" "int" "off_t" */
+#define NETBSD_SYS_pwrite 174
+
/* syscall: "ntp_gettime" ret: "int" args: "struct ntptimeval *" */
#define NETBSD_SYS_ntp_gettime 175
@@ -646,6 +652,12 @@
/* syscall: "getsid" ret: "int" args: "pid_t" */
#define NETBSD_SYS_getsid 286
+/* syscall: "preadv" ret: "ssize_t" args: "int" "const struct iovec *" "int" "int" "off_t" */
+#define NETBSD_SYS_preadv 289
+
+/* syscall: "pwritev" ret: "ssize_t" args: "int" "const struct iovec *" "int" "int" "off_t" */
+#define NETBSD_SYS_pwritev 290
+
/* syscall: "__sigaction14" ret: "int" args: "int" "const struct netbsd_sigaction *" "struct netbsd_sigaction *" */
#define NETBSD_SYS___sigaction14 291