summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/arm/linux_syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/arch/arm/linux_syscalls.c')
-rw-r--r--sys/compat/linux/arch/arm/linux_syscalls.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/compat/linux/arch/arm/linux_syscalls.c b/sys/compat/linux/arch/arm/linux_syscalls.c
index a8f0595d18d..142c31b92a7 100644
--- a/sys/compat/linux/arch/arm/linux_syscalls.c
+++ b/sys/compat/linux/arch/arm/linux_syscalls.c
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.87 2021/11/24 18:57:24 ryo Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.88 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.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_syscalls.c,v 1.87 2021/11/24 18:57:24 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.88 2021/12/02 04:39:45 ryo Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>
@@ -404,7 +404,7 @@ const char *const linux_syscallnames[] = {
/* 366 */ "accept4",
/* 367 */ "#367 (unimplemented fanotify_init)",
/* 368 */ "#368 (unimplemented fanotify_mark)",
- /* 369 */ "#369 (unimplemented prlimit64)",
+ /* 369 */ "prlimit64",
/* 370 */ "#370 (unimplemented name_to_handle_at)",
/* 371 */ "#371 (unimplemented open_by_handle_at)",
/* 372 */ "#372 (unimplemented clock_adjtime)",
@@ -926,7 +926,7 @@ const char *const altlinux_syscallnames[] = {
/* 366 */ NULL, /* accept4 */
/* 367 */ NULL, /* unimplemented fanotify_init */
/* 368 */ NULL, /* unimplemented fanotify_mark */
- /* 369 */ NULL, /* unimplemented prlimit64 */
+ /* 369 */ NULL, /* prlimit64 */
/* 370 */ NULL, /* unimplemented name_to_handle_at */
/* 371 */ NULL, /* unimplemented open_by_handle_at */
/* 372 */ NULL, /* unimplemented clock_adjtime */