sync with OpenBSD -current
This commit is contained in:
parent
e53750f3c3
commit
24ffeadca5
43 changed files with 1173 additions and 701 deletions
|
@ -1,10 +1,10 @@
|
|||
/* $OpenBSD: init_sysent.c,v 1.271 2023/12/10 16:59:51 deraadt Exp $ */
|
||||
/* $OpenBSD: init_sysent.c,v 1.272 2023/12/12 15:32:59 deraadt Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from; OpenBSD: syscalls.master,v 1.253 2023/12/10 16:59:09 deraadt Exp
|
||||
* created from; OpenBSD: syscalls.master,v 1.254 2023/12/12 15:30:55 deraadt Exp
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -18,7 +18,7 @@
|
|||
|
||||
const struct sysent sysent[] = {
|
||||
{ 0, 0, 0,
|
||||
sys_nosys }, /* 0 = syscall (indir) */
|
||||
sys_nosys }, /* 0 = unimplemented syscall */
|
||||
{ 1, s(struct sys_exit_args), 0,
|
||||
sys_exit }, /* 1 = exit */
|
||||
{ 0, 0, 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue