Regen.
This commit is contained in:
parent
8b5f9298fa
commit
a3dbb6bba5
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: linux_syscall.h,v 1.12 1999/10/04 16:57:12 tron Exp $ */
|
||||
/* $NetBSD: linux_syscall.h,v 1.13 1999/12/04 22:14:52 tron Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.36 1999/10/04 16:55:55 tron Exp
|
||||
* created from NetBSD: syscalls.master,v 1.37 1999/12/04 22:14:14 tron Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: linux_syscallargs.h,v 1.12 1999/10/04 16:57:12 tron Exp $ */
|
||||
/* $NetBSD: linux_syscallargs.h,v 1.13 1999/12/04 22:14:53 tron Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.36 1999/10/04 16:55:55 tron Exp
|
||||
* created from NetBSD: syscalls.master,v 1.37 1999/12/04 22:14:14 tron Exp
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_SYS__SYSCALLARGS_H_
|
||||
@ -136,7 +136,7 @@ struct linux_sys_brk_args {
|
||||
};
|
||||
|
||||
struct linux_sys_signal_args {
|
||||
syscallarg(int) sig;
|
||||
syscallarg(int) signum;
|
||||
syscallarg(linux_handler_t) handler;
|
||||
};
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: linux_syscalls.c,v 1.12 1999/10/04 16:57:12 tron Exp $ */
|
||||
/* $NetBSD: linux_syscalls.c,v 1.13 1999/12/04 22:14:53 tron Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.36 1999/10/04 16:55:55 tron Exp
|
||||
* created from NetBSD: syscalls.master,v 1.37 1999/12/04 22:14:14 tron Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: linux_sysent.c,v 1.12 1999/10/04 16:57:13 tron Exp $ */
|
||||
/* $NetBSD: linux_sysent.c,v 1.13 1999/12/04 22:14:53 tron Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.36 1999/10/04 16:55:55 tron Exp
|
||||
* created from NetBSD: syscalls.master,v 1.37 1999/12/04 22:14:14 tron Exp
|
||||
*/
|
||||
|
||||
#include "opt_compat_43.h"
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: linux_syscall.h,v 1.9 1999/10/04 16:57:13 tron Exp $ */
|
||||
/* $NetBSD: linux_syscall.h,v 1.10 1999/12/04 22:14:54 tron Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.9 1999/10/04 16:55:55 tron Exp
|
||||
* created from NetBSD: syscalls.master,v 1.10 1999/12/04 22:14:15 tron Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: linux_syscallargs.h,v 1.9 1999/10/04 16:57:13 tron Exp $ */
|
||||
/* $NetBSD: linux_syscallargs.h,v 1.10 1999/12/04 22:14:54 tron Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.9 1999/10/04 16:55:55 tron Exp
|
||||
* created from NetBSD: syscalls.master,v 1.10 1999/12/04 22:14:15 tron Exp
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_SYS__SYSCALLARGS_H_
|
||||
@ -132,7 +132,7 @@ struct linux_sys_brk_args {
|
||||
};
|
||||
|
||||
struct linux_sys_signal_args {
|
||||
syscallarg(int) sig;
|
||||
syscallarg(int) signum;
|
||||
syscallarg(linux_handler_t) handler;
|
||||
};
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: linux_syscalls.c,v 1.9 1999/10/04 16:57:13 tron Exp $ */
|
||||
/* $NetBSD: linux_syscalls.c,v 1.10 1999/12/04 22:14:55 tron Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.9 1999/10/04 16:55:55 tron Exp
|
||||
* created from NetBSD: syscalls.master,v 1.10 1999/12/04 22:14:15 tron Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: linux_sysent.c,v 1.9 1999/10/04 16:57:13 tron Exp $ */
|
||||
/* $NetBSD: linux_sysent.c,v 1.10 1999/12/04 22:14:55 tron Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.9 1999/10/04 16:55:55 tron Exp
|
||||
* created from NetBSD: syscalls.master,v 1.10 1999/12/04 22:14:15 tron Exp
|
||||
*/
|
||||
|
||||
#include "opt_compat_netbsd.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user