diff options
| author | ryo <ryo@NetBSD.org> | 2021-12-02 04:39:44 +0000 |
|---|---|---|
| committer | ryo <ryo@NetBSD.org> | 2021-12-02 04:39:44 +0000 |
| commit | 88bfb20eb191dc67cf1cd06ca1aa1da16ea5cc2c (patch) | |
| tree | 93b84e3557633f8c386dabd853883d6c891dd32d /sys/compat/linux32/arch/amd64/linux32_syscalls.c | |
| parent | d281faeb6da0b9302650c5605e773c0b3d983358 (diff) | |
regen
Diffstat (limited to 'sys/compat/linux32/arch/amd64/linux32_syscalls.c')
| -rw-r--r-- | sys/compat/linux32/arch/amd64/linux32_syscalls.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/linux32/arch/amd64/linux32_syscalls.c b/sys/compat/linux32/arch/amd64/linux32_syscalls.c index eddcaacc645..29553cfadc7 100644 --- a/sys/compat/linux32/arch/amd64/linux32_syscalls.c +++ b/sys/compat/linux32/arch/amd64/linux32_syscalls.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux32_syscalls.c,v 1.86 2021/11/27 21:15:53 ryo Exp $ */ +/* $NetBSD: linux32_syscalls.c,v 1.87 2021/12/02 04:39:45 ryo Exp $ */ /* * System call names. @@ -8,7 +8,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux32_syscalls.c,v 1.86 2021/11/27 21:15:53 ryo Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux32_syscalls.c,v 1.87 2021/12/02 04:39:45 ryo Exp $"); #if defined(_KERNEL_OPT) #include <sys/param.h> @@ -379,7 +379,7 @@ const char *const linux32_syscallnames[] = { /* 337 */ "#337 (unimplemented recvmmsg)", /* 338 */ "#338 (unimplemented fanotify_init)", /* 339 */ "#339 (unimplemented fanotify_mark)", - /* 340 */ "#340 (unimplemented prlimit64)", + /* 340 */ "prlimit64", /* 341 */ "#341 (unimplemented name_to_handle_at)", /* 342 */ "#342 (unimplemented open_by_handle_at)", /* 343 */ "#343 (unimplemented clock_adjtime)", @@ -898,7 +898,7 @@ const char *const altlinux32_syscallnames[] = { /* 337 */ NULL, /* unimplemented recvmmsg */ /* 338 */ NULL, /* unimplemented fanotify_init */ /* 339 */ NULL, /* unimplemented fanotify_mark */ - /* 340 */ NULL, /* unimplemented prlimit64 */ + /* 340 */ NULL, /* prlimit64 */ /* 341 */ NULL, /* unimplemented name_to_handle_at */ /* 342 */ NULL, /* unimplemented open_by_handle_at */ /* 343 */ NULL, /* unimplemented clock_adjtime */ |
