Regen.
This commit is contained in:
parent
ee8b56d3e6
commit
3c27e58f31
|
@ -2,7 +2,7 @@
|
|||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.22 1997/06/27 05:29:38 kleink Exp
|
||||
* created from NetBSD: syscalls.master,v 1.23 1997/07/21 23:02:47 christos Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.22 1997/06/27 05:29:38 kleink Exp
|
||||
* created from NetBSD: syscalls.master,v 1.23 1997/07/21 23:02:47 christos Exp
|
||||
*/
|
||||
|
||||
#define syscallarg(x) union { x datum; register_t pad; }
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.22 1997/06/27 05:29:38 kleink Exp
|
||||
* created from NetBSD: syscalls.master,v 1.23 1997/07/21 23:02:47 christos Exp
|
||||
*/
|
||||
|
||||
char *svr4_syscallnames[] = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.22 1997/06/27 05:29:38 kleink Exp
|
||||
* created from NetBSD: syscalls.master,v 1.23 1997/07/21 23:02:47 christos Exp
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
Loading…
Reference in New Issue