summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/mips/linux_syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/arch/mips/linux_syscalls.c')
-rw-r--r--sys/compat/linux/arch/mips/linux_syscalls.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/compat/linux/arch/mips/linux_syscalls.c b/sys/compat/linux/arch/mips/linux_syscalls.c
index a99b4e9e3d9..7aa9bbdfa64 100644
--- a/sys/compat/linux/arch/mips/linux_syscalls.c
+++ b/sys/compat/linux/arch/mips/linux_syscalls.c
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.84 2021/11/24 18:57:25 ryo Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.85 2021/12/02 04:39:45 ryo Exp $ */
/*
* System call names.
*
* 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_syscalls.c,v 1.84 2021/11/24 18:57:25 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.85 2021/12/02 04:39:45 ryo Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>
@@ -369,7 +369,7 @@ const char *const linux_syscallnames[] = {
/* 336 */ "#336 (unimplemented getdents64)",
/* 337 */ "#337 (unimplemented fanotify_init)",
/* 338 */ "#338 (unimplemented fanotify_mark)",
- /* 339 */ "#339 (unimplemented prlimit64)",
+ /* 339 */ "prlimit64",
/* 340 */ "#340 (unimplemented name_to_handle_at)",
/* 341 */ "#341 (unimplemented open_by_handle_at)",
/* 342 */ "#342 (unimplemented clock_adjtime)",
@@ -886,7 +886,7 @@ const char *const altlinux_syscallnames[] = {
/* 336 */ NULL, /* unimplemented getdents64 */
/* 337 */ NULL, /* unimplemented fanotify_init */
/* 338 */ NULL, /* unimplemented fanotify_mark */
- /* 339 */ NULL, /* unimplemented prlimit64 */
+ /* 339 */ NULL, /* prlimit64 */
/* 340 */ NULL, /* unimplemented name_to_handle_at */
/* 341 */ NULL, /* unimplemented open_by_handle_at */
/* 342 */ NULL, /* unimplemented clock_adjtime */