summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/arm/linux_sysent.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/arch/arm/linux_sysent.c')
-rw-r--r--sys/compat/linux/arch/arm/linux_sysent.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/sys/compat/linux/arch/arm/linux_sysent.c b/sys/compat/linux/arch/arm/linux_sysent.c
index 31c8fc8a012..9dfd0fda8e5 100644
--- a/sys/compat/linux/arch/arm/linux_sysent.c
+++ b/sys/compat/linux/arch/arm/linux_sysent.c
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.87 2021/11/24 18:57:24 ryo Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.88 2021/12/02 04:39:45 ryo Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.73 2021/09/20 02:20:02 thorpej Exp
+ * created from NetBSD: syscalls.master,v 1.74 2021/11/24 18:52:13 ryo Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.87 2021/11/24 18:57:24 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.88 2021/12/02 04:39:45 ryo Exp $");
#include <sys/param.h>
#include <sys/poll.h>
@@ -1531,8 +1531,10 @@ struct sysent linux_sysent[] = {
.sy_call = linux_sys_nosys,
}, /* 368 = filler */
{
- .sy_call = linux_sys_nosys,
- }, /* 369 = filler */
+ ns(struct linux_sys_prlimit64_args),
+ .sy_flags = SYCALL_ARG_PTR,
+ .sy_call = (sy_call_t *)linux_sys_prlimit64
+ }, /* 369 = prlimit64 */
{
.sy_call = linux_sys_nosys,
}, /* 370 = filler */