This commit is contained in:
christos 2019-09-25 16:44:42 +00:00
parent 464103560e
commit e613c37a50
1 changed files with 10 additions and 2 deletions

View File

@ -1,9 +1,9 @@
/* $NetBSD: rumpvfs_syscalls.c,v 1.6 2019/09/22 23:03:21 christos Exp $ */ /* $NetBSD: rumpvfs_syscalls.c,v 1.7 2019/09/25 16:44:42 christos Exp $ */
/* AUTOMATICALLY GENERATED BY makerumpsyscalls.sh */ /* AUTOMATICALLY GENERATED BY makerumpsyscalls.sh */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rumpvfs_syscalls.c,v 1.6 2019/09/22 23:03:21 christos Exp $"); __KERNEL_RCSID(0, "$NetBSD: rumpvfs_syscalls.c,v 1.7 2019/09/25 16:44:42 christos Exp $");
#include <sys/param.h> #include <sys/param.h>
@ -107,6 +107,10 @@ extern sy_call_t sys_futimens;
extern sy_call_t sys___quotactl; extern sy_call_t sys___quotactl;
extern sy_call_t sys_posix_fallocate; extern sy_call_t sys_posix_fallocate;
extern sy_call_t sys_fdiscard; extern sy_call_t sys_fdiscard;
extern sy_call_t sys___getvfsstat90;
extern sy_call_t sys___statvfs190;
extern sy_call_t sys___fstatvfs190;
extern sy_call_t sys___fhstatvfs190;
static const struct rump_onesyscall mysys[] = { static const struct rump_onesyscall mysys[] = {
{ 5, sys_open }, { 5, sys_open },
@ -207,6 +211,10 @@ static const struct rump_onesyscall mysys[] = {
{ 473, sys___quotactl }, { 473, sys___quotactl },
{ 479, sys_posix_fallocate }, { 479, sys_posix_fallocate },
{ 480, sys_fdiscard }, { 480, sys_fdiscard },
{ 483, sys___getvfsstat90 },
{ 484, sys___statvfs190 },
{ 485, sys___fstatvfs190 },
{ 486, sys___fhstatvfs190 },
}; };
RUMP_COMPONENT(RUMP_COMPONENT_SYSCALL) RUMP_COMPONENT(RUMP_COMPONENT_SYSCALL)