diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-01-11 17:57:32 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-01-11 17:57:32 +0000 |
commit | e6f720e21dc645551f2989cf1f6e2a87bbd5b0e6 (patch) | |
tree | 8e45664ee11be51c9f3852175bd5ce301ef129a8 /sys/compat/svr4/syscalls.master | |
parent | 8936c57c4ca9f5fcd985e694bb30fa2abb005df7 (diff) |
implement mincore syscall, just like sunos & ultrix compat do.
Diffstat (limited to 'sys/compat/svr4/syscalls.master')
-rw-r--r-- | sys/compat/svr4/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/svr4/syscalls.master b/sys/compat/svr4/syscalls.master index 1582ba37e02..66dc8ec53db 100644 --- a/sys/compat/svr4/syscalls.master +++ b/sys/compat/svr4/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.8 1996/08/02 21:55:24 niklas Exp $ + $OpenBSD: syscalls.master,v 1.9 1997/01/11 17:57:31 mickey Exp $ ; $NetBSD: syscalls.master,v 1.17 1996/02/10 17:12:51 christos Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -196,7 +196,7 @@ 111 UNIMPL async 112 UNIMPL priocntlsys 113 STD { int svr4_sys_pathconf(char *path, int name); } -114 UNIMPL mincore +114 NOARGS { int sys_mincore(caddr_t addr, int len, char *vec); } 115 STD { int svr4_sys_mmap(svr4_caddr_t addr, \ svr4_size_t len, int prot, int flags, int fd, \ svr4_off_t pos); } |