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: syscalls.c,v 1.274 2024/03/28 02:23:31 deraadt Exp $ */
|
||||
/* $OpenBSD: syscalls.c,v 1.275 2024/04/05 14:15:37 deraadt Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* 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
|
||||
*/
|
||||
|
||||
const char *const syscallnames[] = {
|
||||
|
@ -49,7 +49,7 @@ const char *const syscallnames[] = {
|
|||
"chflags", /* 34 = chflags */
|
||||
"fchflags", /* 35 = fchflags */
|
||||
"sync", /* 36 = sync */
|
||||
"msyscall", /* 37 = msyscall */
|
||||
"#37 (obsolete msyscall)", /* 37 = obsolete msyscall */
|
||||
"stat", /* 38 = stat */
|
||||
"getppid", /* 39 = getppid */
|
||||
"lstat", /* 40 = lstat */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue