summaryrefslogtreecommitdiff
path: root/sys/compat/linux32/arch/aarch64/linux32_sysent.c
diff options
context:
space:
mode:
authorryo <ryo@NetBSD.org>2021-12-02 04:39:44 +0000
committerryo <ryo@NetBSD.org>2021-12-02 04:39:44 +0000
commit88bfb20eb191dc67cf1cd06ca1aa1da16ea5cc2c (patch)
tree93b84e3557633f8c386dabd853883d6c891dd32d /sys/compat/linux32/arch/aarch64/linux32_sysent.c
parentd281faeb6da0b9302650c5605e773c0b3d983358 (diff)
regen
Diffstat (limited to 'sys/compat/linux32/arch/aarch64/linux32_sysent.c')
-rw-r--r--sys/compat/linux32/arch/aarch64/linux32_sysent.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/compat/linux32/arch/aarch64/linux32_sysent.c b/sys/compat/linux32/arch/aarch64/linux32_sysent.c
index b93419b0050..a585b91f2df 100644
--- a/sys/compat/linux32/arch/aarch64/linux32_sysent.c
+++ b/sys/compat/linux32/arch/aarch64/linux32_sysent.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux32_sysent.c,v 1.2 2021/11/27 21:15:53 ryo Exp $ */
+/* $NetBSD: linux32_sysent.c,v 1.3 2021/12/02 04:39:45 ryo Exp $ */
/*
* System call switch table.
@@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux32_sysent.c,v 1.2 2021/11/27 21:15:53 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux32_sysent.c,v 1.3 2021/12/02 04:39:45 ryo Exp $");
#include <sys/param.h>
#include <sys/syscallargs.h>
@@ -1379,8 +1379,9 @@ struct sysent linux32_sysent[] = {
.sy_call = linux_sys_nosys,
}, /* 368 = filler */
{
- .sy_call = linux_sys_nosys,
- }, /* 369 = filler */
+ ns(struct linux32_sys_prlimit64_args),
+ .sy_call = (sy_call_t *)linux32_sys_prlimit64
+ }, /* 369 = prlimit64 */
{
.sy_call = linux_sys_nosys,
}, /* 370 = filler */