summaryrefslogtreecommitdiff
path: root/sys/compat/netbsd/syscalls.master
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1999-09-17 12:13:48 +0000
committerkstailey <kstailey@cvs.openbsd.org>1999-09-17 12:13:48 +0000
commitc1ac5f3e42aa889027c9aa88d2f30b94e684cf68 (patch)
treebaad2f75cf4feee1e9ed29257bbef32358a03f81 /sys/compat/netbsd/syscalls.master
parent8e29ff442d07e11d7e12085a9d397079d81f5e23 (diff)
start of pread(2) etc., stat(2) fixes, "ls -l" now runs
Diffstat (limited to 'sys/compat/netbsd/syscalls.master')
-rw-r--r--sys/compat/netbsd/syscalls.master26
1 files changed, 11 insertions, 15 deletions
diff --git a/sys/compat/netbsd/syscalls.master b/sys/compat/netbsd/syscalls.master
index 2a06d789fea..5f96d87747a 100644
--- a/sys/compat/netbsd/syscalls.master
+++ b/sys/compat/netbsd/syscalls.master
@@ -1,4 +1,4 @@
-; $OpenBSD: syscalls.master,v 1.5 1999/09/15 20:41:16 kstailey Exp $
+; $OpenBSD: syscalls.master,v 1.6 1999/09/17 12:13:47 kstailey Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -355,12 +355,10 @@
171 UNIMPL 1.0 shmsys
#endif
172 UNIMPL
-173 UNIMPL
-;173 STD { ssize_t sys_pread(int fd, void *buf, \
-; size_t nbyte, int pad, off_t offset); }
-174 UNIMPL
-;174 STD { ssize_t sys_pwrite(int fd, const void *buf, \
-; size_t nbyte, int pad, off_t offset); }
+173 STD { ssize_t netbsd_sys_pread(int fd, void *buf, \
+ size_t nbyte, int pad, off_t offset); }
+174 STD { ssize_t netbsd_sys_pwrite(int fd, const void *buf, \
+ size_t nbyte, int pad, off_t offset); }
#ifdef NTP
175 NOARGS { int sys_ntp_gettime(struct ntptimeval *ntvp); }
176 NOARGS { int sys_ntp_adjtime(struct timex *tp); }
@@ -585,14 +583,12 @@
#else
288 UNIMPL
#endif
-289 UNIMPL
-;289 STD { ssize_t netbsd_sys_preadv(int fd, \
-; const struct iovec *iovp, int iovcnt, \
-; int pad, off_t offset); }
-290 UNIMPL
-;290 STD { ssize_t netbsd_sys_pwritev(int fd, \
-; const struct iovec *iovp, int iovcnt, \
-; int pad, off_t offset); }
+289 STD { ssize_t netbsd_sys_preadv(int fd, \
+ const struct iovec *iovp, int iovcnt, \
+ int pad, off_t offset); }
+290 STD { ssize_t netbsd_sys_pwritev(int fd, \
+ const struct iovec *iovp, int iovcnt, \
+ int pad, off_t offset); }
291 STD { int netbsd_sys___sigaction14(int signum, \
const struct netbsd_sigaction *nsa, \
struct netbsd_sigaction *osa); }