diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-06-24 21:02:47 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-06-24 21:02:47 +0000 |
commit | 2786a99eda50da017c86e3369da306719b17f0e6 (patch) | |
tree | ae9f844ae2ab8f2346c772ffff3ffb0da9f255a9 /sys/compat/svr4/svr4_syscalls.c | |
parent | 3550dfd088b0929b7fb015e2ad8604048c2e86c9 (diff) |
sync
Diffstat (limited to 'sys/compat/svr4/svr4_syscalls.c')
-rw-r--r-- | sys/compat/svr4/svr4_syscalls.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/compat/svr4/svr4_syscalls.c b/sys/compat/svr4/svr4_syscalls.c index 8fc4c28a1aa..869fcc63bd7 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.27 2000/06/15 05:30:32 brad Exp $ */ +/* $OpenBSD: svr4_syscalls.c,v 1.28 2000/06/24 21:02:46 fgsch Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.27 2000/06/15 05:28:30 brad Exp + * created from OpenBSD: syscalls.master,v 1.28 2000/06/24 21:00:30 fgsch Exp */ char *svr4_syscallnames[] = { @@ -233,10 +233,10 @@ char *svr4_syscallnames[] = { "#210 (unimplemented signotifywait)", /* 210 = unimplemented signotifywait */ "#211 (unimplemented lwp_sigredirect)", /* 211 = unimplemented lwp_sigredirect */ "#212 (unimplemented lwp_alarm)", /* 212 = unimplemented lwp_alarm */ - "#213 (unimplemented getdents64)", /* 213 = unimplemented getdents64 */ + "getdents64", /* 213 = getdents64 */ "#214 (unimplemented mmap64)", /* 214 = unimplemented mmap64 */ - "#215 (unimplemented stat64)", /* 215 = unimplemented stat64 */ - "#216 (unimplemented lstat64)", /* 216 = unimplemented lstat64 */ + "stat64", /* 215 = stat64 */ + "lstat64", /* 216 = lstat64 */ "fstat64", /* 217 = fstat64 */ "#218 (unimplemented statvfs64)", /* 218 = unimplemented statvfs64 */ "fstatvfs64", /* 219 = fstatvfs64 */ |