sync with OpenBSD -current
This commit is contained in:
parent
d875ef6d7b
commit
467ab94ea3
25 changed files with 213 additions and 388 deletions
|
@ -1,10 +1,10 @@
|
|||
/* $OpenBSD: init_sysent.c,v 1.276 2024/03/28 02:23:31 deraadt Exp $ */
|
||||
/* $OpenBSD: init_sysent.c,v 1.277 2024/04/05 14:15:37 deraadt Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from; OpenBSD: syscalls.master,v 1.259 2024/03/28 02:19:57 deraadt Exp
|
||||
* created from; OpenBSD: syscalls.master,v 1.260 2024/04/05 14:15:13 deraadt Exp
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -96,8 +96,8 @@ const struct sysent sysent[] = {
|
|||
sys_fchflags }, /* 35 = fchflags */
|
||||
{ 0, 0, 0,
|
||||
sys_sync }, /* 36 = sync */
|
||||
{ 2, s(struct sys_msyscall_args), 0,
|
||||
sys_msyscall }, /* 37 = msyscall */
|
||||
{ 0, 0, 0,
|
||||
sys_nosys }, /* 37 = obsolete msyscall */
|
||||
{ 2, s(struct sys_stat_args), 0,
|
||||
sys_stat }, /* 38 = stat */
|
||||
{ 0, 0, SY_NOLOCK | 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue