summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranton <anton@openbsd.org>2020-03-10 19:20:53 +0000
committeranton <anton@openbsd.org>2020-03-10 19:20:53 +0000
commit3d79800859b9e6e9bdd3384b79e94459fed7d449 (patch)
treecadc5d5efb374fa79488b8117baa36f250cff3dd
parentUnlock fcntl(2). (diff)
downloadwireguard-openbsd-3d79800859b9e6e9bdd3384b79e94459fed7d449.tar.xz
wireguard-openbsd-3d79800859b9e6e9bdd3384b79e94459fed7d449.zip
regen
-rw-r--r--sys/kern/init_sysent.c6
-rw-r--r--sys/kern/syscalls.c4
-rw-r--r--sys/sys/syscall.h4
-rw-r--r--sys/sys/syscallargs.h4
4 files changed, 9 insertions, 9 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 2e188788c1b..a2b4ee2e3bd 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: init_sysent.c,v 1.216 2020/02/22 12:03:19 anton Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.217 2020/03/10 19:20:53 anton Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.204 2020/01/30 15:24:06 visa Exp
+ * created from; OpenBSD: syscalls.master,v 1.205 2020/02/22 12:00:24 anton Exp
*/
#include <sys/param.h>
@@ -216,7 +216,7 @@ struct sysent sysent[] = {
sys_dup2 }, /* 90 = dup2 */
{ 2, s(struct sys_nanosleep_args), SY_NOLOCK | 0,
sys_nanosleep }, /* 91 = nanosleep */
- { 3, s(struct sys_fcntl_args), 0,
+ { 3, s(struct sys_fcntl_args), SY_NOLOCK | 0,
sys_fcntl }, /* 92 = fcntl */
{ 4, s(struct sys_accept4_args), 0,
sys_accept4 }, /* 93 = accept4 */
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 87cb88b8a08..0d44292e051 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscalls.c,v 1.215 2020/02/22 12:03:19 anton Exp $ */
+/* $OpenBSD: syscalls.c,v 1.216 2020/03/10 19:20:53 anton Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.204 2020/01/30 15:24:06 visa Exp
+ * created from; OpenBSD: syscalls.master,v 1.205 2020/02/22 12:00:24 anton Exp
*/
char *syscallnames[] = {
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index a1328617293..87a93033764 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscall.h,v 1.213 2020/02/22 12:03:19 anton Exp $ */
+/* $OpenBSD: syscall.h,v 1.214 2020/03/10 19:20:53 anton Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.204 2020/01/30 15:24:06 visa Exp
+ * created from; OpenBSD: syscalls.master,v 1.205 2020/02/22 12:00:24 anton Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h
index 98d3ed5c6fa..4086c688aea 100644
--- a/sys/sys/syscallargs.h
+++ b/sys/sys/syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscallargs.h,v 1.216 2020/02/22 12:03:19 anton Exp $ */
+/* $OpenBSD: syscallargs.h,v 1.217 2020/03/10 19:20:53 anton Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.204 2020/01/30 15:24:06 visa Exp
+ * created from; OpenBSD: syscalls.master,v 1.205 2020/02/22 12:00:24 anton Exp
*/
#ifdef syscallarg