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/svr4_syscalls.c | |
parent | 8936c57c4ca9f5fcd985e694bb30fa2abb005df7 (diff) |
implement mincore syscall, just like sunos & ultrix compat do.
Diffstat (limited to 'sys/compat/svr4/svr4_syscalls.c')
-rw-r--r-- | sys/compat/svr4/svr4_syscalls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_syscalls.c b/sys/compat/svr4/svr4_syscalls.c index b90c9fae92e..5cf7d8c9e0f 100644 --- a/sys/compat/svr4/svr4_syscalls.c +++ b/sys/compat/svr4/svr4_syscalls.c @@ -136,7 +136,7 @@ char *svr4_syscallnames[] = { "#111 (unimplemented async)", /* 111 = unimplemented async */ "#112 (unimplemented priocntlsys)", /* 112 = unimplemented priocntlsys */ "pathconf", /* 113 = pathconf */ - "#114 (unimplemented mincore)", /* 114 = unimplemented mincore */ + "mincore", /* 114 = mincore */ "mmap", /* 115 = mmap */ "mprotect", /* 116 = mprotect */ "munmap", /* 117 = munmap */ |