summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/mips/linux_sysent.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/arch/mips/linux_sysent.c')
-rw-r--r--sys/compat/linux/arch/mips/linux_sysent.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/sys/compat/linux/arch/mips/linux_sysent.c b/sys/compat/linux/arch/mips/linux_sysent.c
index 4b4ed07e296..01c5cfb312f 100644
--- a/sys/compat/linux/arch/mips/linux_sysent.c
+++ b/sys/compat/linux/arch/mips/linux_sysent.c
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.84 2021/11/24 18:57:25 ryo Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.85 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.72 2021/09/20 02:20:02 thorpej Exp
+ * created from NetBSD: syscalls.master,v 1.73 2021/11/24 18:52:13 ryo Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.84 2021/11/24 18:57:25 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.85 2021/12/02 04:39:45 ryo Exp $");
#include <sys/param.h>
#include <sys/poll.h>
@@ -1442,8 +1442,10 @@ struct sysent linux_sysent[] = {
.sy_call = linux_sys_nosys,
}, /* 338 = filler */
{
- .sy_call = linux_sys_nosys,
- }, /* 339 = filler */
+ ns(struct linux_sys_prlimit64_args),
+ .sy_flags = SYCALL_ARG_PTR,
+ .sy_call = (sy_call_t *)linux_sys_prlimit64
+ }, /* 339 = prlimit64 */
{
.sy_call = linux_sys_nosys,
}, /* 340 = filler */