diff options
Diffstat (limited to 'sys/compat/linux/arch/powerpc/linux_syscalls.c')
| -rw-r--r-- | sys/compat/linux/arch/powerpc/linux_syscalls.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/compat/linux/arch/powerpc/linux_syscalls.c b/sys/compat/linux/arch/powerpc/linux_syscalls.c index 46f5ff9c16d..909c752d989 100644 --- a/sys/compat/linux/arch/powerpc/linux_syscalls.c +++ b/sys/compat/linux/arch/powerpc/linux_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.90 2021/11/24 18:57:25 ryo Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.91 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.78 2021/09/20 02:20:02 thorpej Exp + * created from NetBSD: syscalls.master,v 1.79 2021/11/24 18:52:13 ryo Exp */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.90 2021/11/24 18:57:25 ryo Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.91 2021/12/02 04:39:45 ryo Exp $"); #if defined(_KERNEL_OPT) #include <sys/param.h> @@ -358,7 +358,7 @@ const char *const linux_syscallnames[] = { /* 322 */ "#322 (unimplemented rt_tgsigqueueinfo)", /* 323 */ "#323 (unimplemented fanotify_init)", /* 324 */ "#324 (unimplemented fanotify_mark)", - /* 325 */ "#325 (unimplemented prlimit64)", + /* 325 */ "prlimit64", /* 326 */ "#326 (unimplemented socket)", /* 327 */ "#327 (unimplemented bind)", /* 328 */ "#328 (unimplemented connect)", @@ -880,7 +880,7 @@ const char *const altlinux_syscallnames[] = { /* 322 */ NULL, /* unimplemented rt_tgsigqueueinfo */ /* 323 */ NULL, /* unimplemented fanotify_init */ /* 324 */ NULL, /* unimplemented fanotify_mark */ - /* 325 */ NULL, /* unimplemented prlimit64 */ + /* 325 */ NULL, /* prlimit64 */ /* 326 */ NULL, /* unimplemented socket */ /* 327 */ NULL, /* unimplemented bind */ /* 328 */ NULL, /* unimplemented connect */ |
