syscalls.master changed.
This commit is contained in:
parent
eba2f2e81a
commit
05abc039c9
@ -2,7 +2,7 @@
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.10 1995/03/31 03:06:51 christos Exp
|
||||
* created from NetBSD: syscalls.master,v 1.11 1995/08/14 00:57:13 mycroft Exp
|
||||
*/
|
||||
|
||||
#define SVR4_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.10 1995/03/31 03:06:51 christos Exp
|
||||
* created from NetBSD: syscalls.master,v 1.11 1995/08/14 00:57:13 mycroft Exp
|
||||
*/
|
||||
|
||||
#define syscallarg(x) union { x datum; register_t pad; }
|
||||
@ -157,8 +157,8 @@ struct svr4_sigsuspend_args {
|
||||
};
|
||||
|
||||
struct svr4_sigaltstack_args {
|
||||
syscallarg(svr4_stack_t *) nss;
|
||||
syscallarg(svr4_stack_t *) oss;
|
||||
syscallarg(struct svr4_sigaltstack *) nss;
|
||||
syscallarg(struct svr4_sigaltstack *) oss;
|
||||
};
|
||||
|
||||
struct svr4_sigaction_args {
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.10 1995/03/31 03:06:51 christos Exp
|
||||
* created from NetBSD: syscalls.master,v 1.11 1995/08/14 00:57:13 mycroft 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.10 1995/03/31 03:06:51 christos Exp
|
||||
* created from NetBSD: syscalls.master,v 1.11 1995/08/14 00:57:13 mycroft Exp
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
Loading…
Reference in New Issue
Block a user