Regen.
This commit is contained in:
parent
cdd2b02b50
commit
07d2eae876
|
@ -2,7 +2,7 @@
|
|||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.35 1996/09/07 12:41:01 mycroft Exp
|
||||
* created from NetBSD: syscalls.master,v 1.36 1996/09/07 14:16:42 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.35 1996/09/07 12:41:01 mycroft Exp
|
||||
* created from NetBSD: syscalls.master,v 1.36 1996/09/07 14:16:42 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.35 1996/09/07 12:41:01 mycroft Exp
|
||||
* created from NetBSD: syscalls.master,v 1.36 1996/09/07 14:16:42 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.35 1996/09/07 12:41:01 mycroft Exp
|
||||
* created from NetBSD: syscalls.master,v 1.36 1996/09/07 14:16:42 mycroft Exp
|
||||
*/
|
||||
|
||||
#define syscallarg(x) union { x datum; register_t pad; }
|
||||
|
@ -893,7 +893,7 @@ struct sys_reboot_args {
|
|||
|
||||
struct sys_poll_args {
|
||||
syscallarg(struct pollfd *) fds;
|
||||
syscallarg(size_t) nfds;
|
||||
syscallarg(u_int) nfds;
|
||||
syscallarg(int) timeout;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue