summaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.c
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2023-01-07 05:25:40 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2023-01-07 05:25:40 +0000
commitc99fb4ac2340b074086766acffd3e624f9655ab4 (patch)
tree63d240fefd1a2a890533cc4faf694dc2a5ba4b81 /sys/kern/syscalls.c
parent8be9c34a92bc776d065a7b50661bf7bd5c764567 (diff)
regen
Diffstat (limited to 'sys/kern/syscalls.c')
-rw-r--r--sys/kern/syscalls.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index fe067eaf310..179e5385b04 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscalls.c,v 1.253 2022/12/17 13:45:00 kn Exp $ */
+/* $OpenBSD: syscalls.c,v 1.254 2023/01/07 05:25:39 guenther Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.238 2022/12/17 13:42:59 kn Exp
+ * created from; OpenBSD: syscalls.master,v 1.239 2023/01/07 05:24:58 guenther Exp
*/
const char *const syscallnames[] = {
@@ -162,8 +162,8 @@ const char *const syscallnames[] = {
"#139 (obsolete 4.2 sigreturn)", /* 139 = obsolete 4.2 sigreturn */
"adjtime", /* 140 = adjtime */
"getlogin_r", /* 141 = getlogin_r */
- "#142 (obsolete ogethostid)", /* 142 = obsolete ogethostid */
- "#143 (obsolete osethostid)", /* 143 = obsolete osethostid */
+ "getthrname", /* 142 = getthrname */
+ "setthrname", /* 143 = setthrname */
"#144 (obsolete ogetrlimit)", /* 144 = obsolete ogetrlimit */
"#145 (obsolete osetrlimit)", /* 145 = obsolete osetrlimit */
"#146 (obsolete okillpg)", /* 146 = obsolete okillpg */