syscalls.master changed.
This commit is contained in:
parent
88b8e43a80
commit
01fa87477a
@ -2,7 +2,7 @@
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.4 1995/03/14 15:12:52 scottb Exp
|
||||
* created from NetBSD: syscalls.master,v 1.5 1995/08/14 01:27:43 mycroft Exp
|
||||
*/
|
||||
|
||||
#define IBCS2_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.4 1995/03/14 15:12:52 scottb Exp
|
||||
* created from NetBSD: syscalls.master,v 1.5 1995/08/14 01:27:43 mycroft 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.4 1995/03/14 15:12:52 scottb Exp
|
||||
* created from NetBSD: syscalls.master,v 1.5 1995/08/14 01:27:43 mycroft Exp
|
||||
*/
|
||||
|
||||
char *ibcs2_syscallnames[] = {
|
||||
|
@ -2,18 +2,18 @@
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.4 1995/03/14 15:12:52 scottb Exp
|
||||
* created from NetBSD: syscalls.master,v 1.5 1995/08/14 01:27:43 mycroft Exp
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <compat/ibcs2/ibcs2_types.h>
|
||||
#include <compat/ibcs2/ibcs2_signal.h>
|
||||
#include <compat/ibcs2/ibcs2_statfs.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/signal.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/syscallargs.h>
|
||||
#include <compat/ibcs2/ibcs2_types.h>
|
||||
#include <compat/ibcs2/ibcs2_signal.h>
|
||||
#include <compat/ibcs2/ibcs2_syscallargs.h>
|
||||
#include <compat/ibcs2/ibcs2_statfs.h>
|
||||
int nosys();
|
||||
int exit();
|
||||
int fork();
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.7 1995/07/24 06:35:58 fvdl Exp
|
||||
* created from NetBSD: syscalls.master,v 1.8 1995/08/14 01:27:56 mycroft Exp
|
||||
*/
|
||||
|
||||
#define LINUX_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.7 1995/07/24 06:35:58 fvdl Exp
|
||||
* created from NetBSD: syscalls.master,v 1.8 1995/08/14 01:27:56 mycroft 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.7 1995/07/24 06:35:58 fvdl Exp
|
||||
* created from NetBSD: syscalls.master,v 1.8 1995/08/14 01:27:56 mycroft Exp
|
||||
*/
|
||||
|
||||
char *linux_syscallnames[] = {
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.7 1995/07/24 06:35:58 fvdl Exp
|
||||
* created from NetBSD: syscalls.master,v 1.8 1995/08/14 01:27:56 mycroft Exp
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -11,8 +11,9 @@
|
||||
#include <sys/mount.h>
|
||||
#include <sys/syscallargs.h>
|
||||
#include <compat/linux/linux_types.h>
|
||||
#include <machine/linux_machdep.h>
|
||||
#include <compat/linux/linux_signal.h>
|
||||
#include <compat/linux/linux_syscallargs.h>
|
||||
#include <machine/linux_machdep.h>
|
||||
int nosys();
|
||||
int exit();
|
||||
int linux_fork();
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.11 1995/08/14 00:57:13 mycroft Exp
|
||||
* created from NetBSD: syscalls.master,v 1.12 1995/08/14 01:27:59 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.11 1995/08/14 00:57:13 mycroft Exp
|
||||
* created from NetBSD: syscalls.master,v 1.12 1995/08/14 01:27:59 mycroft 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.11 1995/08/14 00:57:13 mycroft Exp
|
||||
* created from NetBSD: syscalls.master,v 1.12 1995/08/14 01:27:59 mycroft Exp
|
||||
*/
|
||||
|
||||
char *svr4_syscallnames[] = {
|
||||
|
@ -2,19 +2,19 @@
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.11 1995/08/14 00:57:13 mycroft Exp
|
||||
* created from NetBSD: syscalls.master,v 1.12 1995/08/14 01:27:59 mycroft Exp
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <compat/svr4/svr4_types.h>
|
||||
#include <compat/svr4/svr4_signal.h>
|
||||
#include <compat/svr4/svr4_ucontext.h>
|
||||
#include <compat/svr4/svr4_statvfs.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/signal.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/syscallargs.h>
|
||||
#include <compat/svr4/svr4_types.h>
|
||||
#include <compat/svr4/svr4_signal.h>
|
||||
#include <compat/svr4/svr4_ucontext.h>
|
||||
#include <compat/svr4/svr4_syscallargs.h>
|
||||
#include <compat/svr4/svr4_statvfs.h>
|
||||
int nosys();
|
||||
int exit();
|
||||
int fork();
|
||||
|
Loading…
Reference in New Issue
Block a user