diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2020-01-21 15:21:43 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2020-01-21 15:21:43 +0000 |
commit | 15cee70a046f6b2951ff8bd4ab20dbfc2ef519d5 (patch) | |
tree | cecbcae7281145fddc67ad3eb15004ac1dd5dac6 /sys/kern | |
parent | 613562784749fee340b2f66cb8815a65842d5268 (diff) |
regen
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/init_sysent.c | 8 | ||||
-rw-r--r-- | sys/kern/syscalls.c | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index ffeabbd41d1..46792a1b7e5 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.212 2020/01/13 14:02:24 visa Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.213 2020/01/21 15:21:41 visa Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.201 2020/01/13 14:01:18 visa Exp + * created from; OpenBSD: syscalls.master,v 1.202 2020/01/21 15:20:47 visa Exp */ #include <sys/param.h> @@ -220,7 +220,7 @@ struct sysent sysent[] = { sys_fcntl }, /* 92 = fcntl */ { 4, s(struct sys_accept4_args), 0, sys_accept4 }, /* 93 = accept4 */ - { 5, s(struct sys___thrsleep_args), 0, + { 5, s(struct sys___thrsleep_args), SY_NOLOCK | 0, sys___thrsleep }, /* 94 = __thrsleep */ { 1, s(struct sys_fsync_args), 0, sys_fsync }, /* 95 = fsync */ @@ -691,7 +691,7 @@ struct sysent sysent[] = { sys_getthrid }, /* 299 = getthrid */ { 0, 0, 0, sys_nosys }, /* 300 = obsolete t32___thrsleep */ - { 2, s(struct sys___thrwakeup_args), 0, + { 2, s(struct sys___thrwakeup_args), SY_NOLOCK | 0, sys___thrwakeup }, /* 301 = __thrwakeup */ { 1, s(struct sys___threxit_args), 0, sys___threxit }, /* 302 = __threxit */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index ec942ff81ca..41d12edcd0c 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.211 2020/01/13 14:02:24 visa Exp $ */ +/* $OpenBSD: syscalls.c,v 1.212 2020/01/21 15:21:41 visa Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.201 2020/01/13 14:01:18 visa Exp + * created from; OpenBSD: syscalls.master,v 1.202 2020/01/21 15:20:47 visa Exp */ char *syscallnames[] = { |