summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/powerpc/linux_syscalls.c
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2021-09-19 23:52:07 +0000
committerthorpej <thorpej@NetBSD.org>2021-09-19 23:52:07 +0000
commit6f05636e3deb6ff1c6e06b58d412bcba265dccff (patch)
tree44435e038d55bb41836f2fbefdf4521fe31b3598 /sys/compat/linux/arch/powerpc/linux_syscalls.c
parent5390d1582c6299acd08a25ecfcd1d44d5dc34550 (diff)
Regen for timerfd.
Diffstat (limited to 'sys/compat/linux/arch/powerpc/linux_syscalls.c')
-rw-r--r--sys/compat/linux/arch/powerpc/linux_syscalls.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/compat/linux/arch/powerpc/linux_syscalls.c b/sys/compat/linux/arch/powerpc/linux_syscalls.c
index 43e70f1e71d..95b8a0bd324 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.86 2021/09/19 23:02:23 thorpej Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.87 2021/09/19 23:52:08 thorpej Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.75 2021/09/19 23:01:50 thorpej Exp
+ * created from NetBSD: syscalls.master,v 1.76 2021/09/19 23:51:37 thorpej Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.86 2021/09/19 23:02:23 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.87 2021/09/19 23:52:08 thorpej Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>
@@ -339,13 +339,13 @@ const char *const linux_syscallnames[] = {
/* 303 */ "#303 (unimplemented epoll_wait)",
/* 304 */ "utimensat",
/* 305 */ "#305 (unimplemented signalfd)",
- /* 306 */ "#306 (unimplemented timerfd_create)",
+ /* 306 */ "timerfd_create",
/* 307 */ "#307 (unimplemented eventfd)",
/* 308 */ "#308 (unimplemented sync_file_range2)",
/* 309 */ "fallocate",
/* 310 */ "#310 (unimplemented subpage_prot)",
- /* 311 */ "#311 (unimplemented timerfd_settime)",
- /* 312 */ "#312 (unimplemented timerfd_gettime)",
+ /* 311 */ "timerfd_settime",
+ /* 312 */ "timerfd_gettime",
/* 313 */ "#313 (unimplemented signalfd4)",
/* 314 */ "#314 (unimplemented eventfd2)",
/* 315 */ "#315 (unimplemented epoll_create1)",
@@ -861,13 +861,13 @@ const char *const altlinux_syscallnames[] = {
/* 303 */ NULL, /* unimplemented epoll_wait */
/* 304 */ NULL, /* utimensat */
/* 305 */ NULL, /* unimplemented signalfd */
- /* 306 */ NULL, /* unimplemented timerfd_create */
+ /* 306 */ NULL, /* timerfd_create */
/* 307 */ NULL, /* unimplemented eventfd */
/* 308 */ NULL, /* unimplemented sync_file_range2 */
/* 309 */ NULL, /* fallocate */
/* 310 */ NULL, /* unimplemented subpage_prot */
- /* 311 */ NULL, /* unimplemented timerfd_settime */
- /* 312 */ NULL, /* unimplemented timerfd_gettime */
+ /* 311 */ NULL, /* timerfd_settime */
+ /* 312 */ NULL, /* timerfd_gettime */
/* 313 */ NULL, /* unimplemented signalfd4 */
/* 314 */ NULL, /* unimplemented eventfd2 */
/* 315 */ NULL, /* unimplemented epoll_create1 */