Reran makesyscalls.sh.
This commit is contained in:
parent
452508f874
commit
f19afe34cb
@ -2,7 +2,7 @@
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.23 1994/10/20 04:23:12 cgd Exp
|
||||
* created from NetBSD: syscalls.master,v 1.24 1994/10/21 00:14:36 mycroft Exp
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.23 1994/10/20 04:23:12 cgd Exp
|
||||
* created from NetBSD: syscalls.master,v 1.24 1994/10/21 00:14:36 mycroft Exp
|
||||
*/
|
||||
|
||||
char *syscallnames[] = {
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.23 1994/10/20 04:23:12 cgd Exp
|
||||
* created from NetBSD: syscalls.master,v 1.24 1994/10/21 00:14:36 mycroft Exp
|
||||
*/
|
||||
|
||||
#define SYS_syscall 0
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.23 1994/10/20 04:23:12 cgd Exp
|
||||
* created from NetBSD: syscalls.master,v 1.24 1994/10/21 00:14:36 mycroft Exp
|
||||
*/
|
||||
|
||||
#define syscallarg(x) union { x datum; register_t pad; }
|
||||
|
Loading…
Reference in New Issue
Block a user