diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-06-28 23:49:46 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-06-28 23:49:46 +0000 |
commit | 41efb0f1f1339b22b55ef3d0c3bb0eb5516cf4a9 (patch) | |
tree | ba49a1ee325e43e4a7f07876c46c16285314d13f /sys/compat/svr4/svr4_syscalls.c | |
parent | 374286eb73372734b7da883b72a75d9749938356 (diff) |
sync
Diffstat (limited to 'sys/compat/svr4/svr4_syscalls.c')
-rw-r--r-- | sys/compat/svr4/svr4_syscalls.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/svr4/svr4_syscalls.c b/sys/compat/svr4/svr4_syscalls.c index 869fcc63bd7..87b346cde97 100644 --- a/sys/compat/svr4/svr4_syscalls.c +++ b/sys/compat/svr4/svr4_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: svr4_syscalls.c,v 1.28 2000/06/24 21:02:46 fgsch Exp $ */ +/* $OpenBSD: svr4_syscalls.c,v 1.29 2000/06/28 23:49:45 fgsch Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.28 2000/06/24 21:00:30 fgsch Exp + * created from OpenBSD: syscalls.master,v 1.29 2000/06/28 23:48:15 fgsch Exp */ char *svr4_syscallnames[] = { @@ -234,7 +234,7 @@ char *svr4_syscallnames[] = { "#211 (unimplemented lwp_sigredirect)", /* 211 = unimplemented lwp_sigredirect */ "#212 (unimplemented lwp_alarm)", /* 212 = unimplemented lwp_alarm */ "getdents64", /* 213 = getdents64 */ - "#214 (unimplemented mmap64)", /* 214 = unimplemented mmap64 */ + "mmap64", /* 214 = mmap64 */ "stat64", /* 215 = stat64 */ "lstat64", /* 216 = lstat64 */ "fstat64", /* 217 = fstat64 */ @@ -244,7 +244,7 @@ char *svr4_syscallnames[] = { "#221 (unimplemented getrlimit64)", /* 221 = unimplemented getrlimit64 */ "#222 (unimplemented pread64)", /* 222 = unimplemented pread64 */ "#223 (unimplemented pwrite64)", /* 223 = unimplemented pwrite64 */ - "#224 (unimplemented creat64)", /* 224 = unimplemented creat64 */ + "creat64", /* 224 = creat64 */ "open64", /* 225 = open64 */ "#226 (unimplemented rpcsys)", /* 226 = unimplemented rpcsys */ "#227 (unimplemented)", /* 227 = unimplemented */ |