summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/aarch64/linux_syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/arch/aarch64/linux_syscalls.c')
-rw-r--r--sys/compat/linux/arch/aarch64/linux_syscalls.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/linux/arch/aarch64/linux_syscalls.c b/sys/compat/linux/arch/aarch64/linux_syscalls.c
index a1e2d871ea4..62d0cddf37b 100644
--- a/sys/compat/linux/arch/aarch64/linux_syscalls.c
+++ b/sys/compat/linux/arch/aarch64/linux_syscalls.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_syscalls.c,v 1.3 2021/11/25 02:32:24 ryo Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.4 2021/12/02 04:39:44 ryo Exp $ */
/*
* System call names.
@@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.3 2021/11/25 02:32:24 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.4 2021/12/02 04:39:44 ryo Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
@@ -322,7 +322,7 @@ const char *const linux_syscallnames[] = {
/* 258 */ "#258 (unimplemented)",
/* 259 */ "#259 (unimplemented)",
/* 260 */ "wait4",
- /* 261 */ "#261 (unimplemented prlimit64)",
+ /* 261 */ "prlimit64",
/* 262 */ "#262 (unimplemented fanotify_init)",
/* 263 */ "#263 (unimplemented fanotify_mark)",
/* 264 */ "#264 (unimplemented name_to_handle_at)",
@@ -860,7 +860,7 @@ const char *const altlinux_syscallnames[] = {
/* 258 */ NULL, /* unimplemented */
/* 259 */ NULL, /* unimplemented */
/* 260 */ NULL, /* wait4 */
- /* 261 */ NULL, /* unimplemented prlimit64 */
+ /* 261 */ NULL, /* prlimit64 */
/* 262 */ NULL, /* unimplemented fanotify_init */
/* 263 */ NULL, /* unimplemented fanotify_mark */
/* 264 */ NULL, /* unimplemented name_to_handle_at */