diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1999-09-15 20:41:17 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1999-09-15 20:41:17 +0000 |
commit | ddb5ef5c9cb1d4a0946100674ff3f9ecc28bf445 (patch) | |
tree | 141386bb6b3e11f350bbcafd5062d6f7ac982857 /sys/compat/netbsd/syscalls.master | |
parent | 7e23bd46da3539da5029e7b8a8d827ba3cb55ab6 (diff) |
getdents(2)
Diffstat (limited to 'sys/compat/netbsd/syscalls.master')
-rw-r--r-- | sys/compat/netbsd/syscalls.master | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sys/compat/netbsd/syscalls.master b/sys/compat/netbsd/syscalls.master index 0d4ecb7f2af..2a06d789fea 100644 --- a/sys/compat/netbsd/syscalls.master +++ b/sys/compat/netbsd/syscalls.master @@ -1,4 +1,4 @@ -; $OpenBSD: syscalls.master,v 1.4 1999/09/15 18:36:38 kstailey Exp $ +; $OpenBSD: syscalls.master,v 1.5 1999/09/15 20:41:16 kstailey Exp $ ; @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -356,7 +356,11 @@ #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); } #ifdef NTP 175 NOARGS { int sys_ntp_gettime(struct ntptimeval *ntvp); } 176 NOARGS { int sys_ntp_adjtime(struct timex *tp); } @@ -540,9 +544,8 @@ 271 UNIMPL ;271 STD { int netbsd_sys_swapctl(int cmd, const void *arg, ; int misc); } -272 UNIMPL -;272 STD { int netbsd_sys_getdents(int fd, char *buf, \ -; size_t count); } +272 STD { int netbsd_sys_getdents(int fd, char *buf, \ + size_t count); } 273 NOARGS { int sys_minherit(void *addr, size_t len, \ int inherit); } 274 UNIMPL |