From 2de67afd31776b3a20dea753edfbff93aed5b8cf Mon Sep 17 00:00:00 2001 From: kstailey Date: Fri, 29 Aug 1997 18:45:53 +0000 Subject: pread(2) / pwrite(2) --- sys/compat/svr4/syscalls.master | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sys/compat/svr4') 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 -- cgit v1.2.3