summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-08-29 18:45:53 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-08-29 18:45:53 +0000
commit2de67afd31776b3a20dea753edfbff93aed5b8cf (patch)
treee23c1d205a6fd0f4cef6722573122923c4e39fb6 /sys
parent0506deae6dc2e8f428cc552a3f40ce5eda7ec3ce (diff)
pread(2) / pwrite(2)
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/svr4/syscalls.master8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/compat/svr4/syscalls.master b/sys/compat/svr4/syscalls.master
index 58184f794ae..d1872f404bd 100644
--- a/sys/compat/svr4/syscalls.master
+++ b/sys/compat/svr4/syscalls.master
@@ -1,4 +1,4 @@
- $OpenBSD: syscalls.master,v 1.12 1997/03/28 22:03:49 kstailey Exp $
+ $OpenBSD: syscalls.master,v 1.13 1997/08/29 18:45:52 kstailey Exp $
; $NetBSD: syscalls.master,v 1.17 1996/02/10 17:12:51 christos Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -274,8 +274,10 @@
170 UNIMPL lwp_cond_wait
171 UNIMPL lwp_cond_signal
172 UNIMPL lwp_cond_broadcast
-173 UNIMPL pread
-174 UNIMPL pwrite
+173 STD { ssize_t svr4_sys_pread(int fd, void *buf, \
+ size_t nbyte, svr4_off_t off); }
+174 STD { ssize_t svr4_sys_pwrite(int fd, const void *buf, \
+ size_t nbyte, svr4_off_t off); }
175 UNIMPL llseek
176 UNIMPL inst_sync
177 UNIMPL