syscalls.master changed.

This commit is contained in:
mycroft 1995-08-14 01:13:11 +00:00
parent eba2f2e81a
commit 05abc039c9
4 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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 {

View File

@ -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[] = {

View File

@ -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>