diff options
author | Brad Smith <brad@cvs.openbsd.org> | 1999-10-07 17:24:39 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 1999-10-07 17:24:39 +0000 |
commit | dfab32b69ee9380b015096220a108e9d64ffb13a (patch) | |
tree | fcac4156e46169f7c3cd817463c573f85e59f60e /sys/compat/svr4/svr4_syscalls.c | |
parent | a1088c6616f8a77bc5c5fd38a08fd99af61853dc (diff) |
regen
Diffstat (limited to 'sys/compat/svr4/svr4_syscalls.c')
-rw-r--r-- | sys/compat/svr4/svr4_syscalls.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/compat/svr4/svr4_syscalls.c b/sys/compat/svr4/svr4_syscalls.c index 3e98b687709..9c671b294d4 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.25 1999/06/07 07:18:37 deraadt Exp $ */ +/* $OpenBSD: svr4_syscalls.c,v 1.26 1999/10/07 17:24:38 brad Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.24 1999/06/07 07:17:48 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.26 1999/10/07 17:23:53 brad Exp */ char *svr4_syscallnames[] = { @@ -195,7 +195,7 @@ char *svr4_syscallnames[] = { "#172 (unimplemented lwp_cond_broadcast)", /* 172 = unimplemented lwp_cond_broadcast */ "pread", /* 173 = pread */ "pwrite", /* 174 = pwrite */ - "#175 (unimplemented llseek)", /* 175 = unimplemented llseek */ + "llseek", /* 175 = llseek */ "#176 (unimplemented inst_sync)", /* 176 = unimplemented inst_sync */ "#177 (unimplemented)", /* 177 = unimplemented */ "#178 (unimplemented kaio)", /* 178 = unimplemented kaio */ @@ -237,15 +237,15 @@ char *svr4_syscallnames[] = { "#214 (unimplemented mmap64)", /* 214 = unimplemented mmap64 */ "#215 (unimplemented stat64)", /* 215 = unimplemented stat64 */ "#216 (unimplemented lstat64)", /* 216 = unimplemented lstat64 */ - "#217 (unimplemented fstat64)", /* 217 = unimplemented fstat64 */ + "fstat64", /* 217 = fstat64 */ "#218 (unimplemented statvfs64)", /* 218 = unimplemented statvfs64 */ - "#219 (unimplemented fstatvfs64)", /* 219 = unimplemented fstatvfs64 */ + "fstatvfs64", /* 219 = fstatvfs64 */ "#220 (unimplemented setrlimit64)", /* 220 = unimplemented setrlimit64 */ "#221 (unimplemented getrlimit64)", /* 221 = unimplemented getrlimit64 */ "#222 (unimplemented pread64)", /* 222 = unimplemented pread64 */ "#223 (unimplemented pwrite64)", /* 223 = unimplemented pwrite64 */ "#224 (unimplemented creat64)", /* 224 = unimplemented creat64 */ - "#225 (unimplemented open64)", /* 225 = unimplemented open64 */ + "open64", /* 225 = open64 */ "#226 (unimplemented rpcsys)", /* 226 = unimplemented rpcsys */ "#227 (unimplemented)", /* 227 = unimplemented */ "#228 (unimplemented)", /* 228 = unimplemented */ |