diff options
Diffstat (limited to 'sys/compat/linux/arch/alpha/linux_sysent.c')
| -rw-r--r-- | sys/compat/linux/arch/alpha/linux_sysent.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/compat/linux/arch/alpha/linux_sysent.c b/sys/compat/linux/arch/alpha/linux_sysent.c index b5987d2d3da..83be48da6bb 100644 --- a/sys/compat/linux/arch/alpha/linux_sysent.c +++ b/sys/compat/linux/arch/alpha/linux_sysent.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_sysent.c,v 1.114 2021/09/20 02:20:30 thorpej Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.115 2021/12/02 04:39:44 ryo Exp $ */ /* * System call switch table. @@ -8,7 +8,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.114 2021/09/20 02:20:30 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.115 2021/12/02 04:39:44 ryo Exp $"); #if defined(_KERNEL_OPT) #include "opt_sysv.h" @@ -1976,8 +1976,10 @@ struct sysent linux_sysent[] = { .sy_call = linux_sys_nosys, }, /* 495 = filler */ { - .sy_call = linux_sys_nosys, - }, /* 496 = filler */ + ns(struct linux_sys_prlimit64_args), + .sy_flags = SYCALL_ARG_PTR, + .sy_call = (sy_call_t *)linux_sys_prlimit64 + }, /* 496 = prlimit64 */ { .sy_call = linux_sys_nosys, }, /* 497 = filler */ |
