diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1999-09-17 13:41:30 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1999-09-17 13:41:30 +0000 |
commit | 94614cae4576243ee91363ef921a364dc5abdc20 (patch) | |
tree | c1ec8445579da3ffc4183fe63fa91d30bdd63159 /sys/compat/netbsd/syscalls.master | |
parent | ba903d4dd684a871a55c21d616e2dcfab110e3c9 (diff) |
rest of pread() etc., fdatasync() hack
Diffstat (limited to 'sys/compat/netbsd/syscalls.master')
-rw-r--r-- | sys/compat/netbsd/syscalls.master | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/compat/netbsd/syscalls.master b/sys/compat/netbsd/syscalls.master index 5f96d87747a..c1b5a251691 100644 --- a/sys/compat/netbsd/syscalls.master +++ b/sys/compat/netbsd/syscalls.master @@ -1,4 +1,4 @@ -; $OpenBSD: syscalls.master,v 1.6 1999/09/17 12:13:47 kstailey Exp $ +; $OpenBSD: syscalls.master,v 1.7 1999/09/17 13:41:29 kstailey Exp $ ; @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -506,8 +506,7 @@ ; 240 NOARGS { int sys_nanosleep(const struct timespec *rqtp, \ struct timespec *rmtp); } -241 UNIMPL -;241 STD { int sys_fdatasync(int fd); } +241 STD { int netbsd_sys_fdatasync(int fd); } 242 UNIMPL 243 UNIMPL 244 UNIMPL |