regen
This commit is contained in:
parent
f973f47b9c
commit
8507daffe2
@ -1,10 +1,10 @@
|
|||||||
/* $NetBSD: sunos32_syscall.h,v 1.2 2001/02/04 09:48:43 mrg Exp $ */
|
/* $NetBSD: sunos32_syscall.h,v 1.3 2001/02/05 12:48:33 mrg Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* System call numbers.
|
* System call numbers.
|
||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* DO NOT EDIT-- this file is automatically generated.
|
||||||
* created from; NetBSD: syscalls.master,v 1.2 2001/02/04 09:47:22 mrg Exp
|
* created from; NetBSD: syscalls.master,v 1.3 2001/02/05 12:46:19 mrg Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* syscall: "syscall" ret: "int" args: */
|
/* syscall: "syscall" ret: "int" args: */
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/* $NetBSD: sunos32_syscallargs.h,v 1.2 2001/02/04 09:48:44 mrg Exp $ */
|
/* $NetBSD: sunos32_syscallargs.h,v 1.3 2001/02/05 12:48:34 mrg Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* System call argument lists.
|
* System call argument lists.
|
||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* DO NOT EDIT-- this file is automatically generated.
|
||||||
* created from; NetBSD: syscalls.master,v 1.2 2001/02/04 09:47:22 mrg Exp
|
* created from; NetBSD: syscalls.master,v 1.3 2001/02/05 12:46:19 mrg Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _SUNOS32_SYS__SYSCALLARGS_H_
|
#ifndef _SUNOS32_SYS__SYSCALLARGS_H_
|
||||||
@ -150,6 +150,10 @@ struct sunos32_sys_sigsuspend_args {
|
|||||||
syscallarg(int) mask;
|
syscallarg(int) mask;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
struct sunos32_sys_sigreturn_args {
|
||||||
|
syscallarg(netbsd32_sigcontextp_t) sigcntxp;
|
||||||
|
};
|
||||||
|
|
||||||
struct sunos32_sys_getrlimit_args {
|
struct sunos32_sys_getrlimit_args {
|
||||||
syscallarg(u_int) which;
|
syscallarg(u_int) which;
|
||||||
syscallarg(netbsd32_orlimitp_t) rlp;
|
syscallarg(netbsd32_orlimitp_t) rlp;
|
||||||
@ -335,7 +339,7 @@ int netbsd32_socketpair(struct proc *, void *, register_t *);
|
|||||||
int netbsd32_mkdir(struct proc *, void *, register_t *);
|
int netbsd32_mkdir(struct proc *, void *, register_t *);
|
||||||
int netbsd32_rmdir(struct proc *, void *, register_t *);
|
int netbsd32_rmdir(struct proc *, void *, register_t *);
|
||||||
int netbsd32_utimes(struct proc *, void *, register_t *);
|
int netbsd32_utimes(struct proc *, void *, register_t *);
|
||||||
int sunos_sys_sigreturn(struct proc *, void *, register_t *);
|
int sunos32_sys_sigreturn(struct proc *, void *, register_t *);
|
||||||
int netbsd32_adjtime(struct proc *, void *, register_t *);
|
int netbsd32_adjtime(struct proc *, void *, register_t *);
|
||||||
int compat_43_netbsd32_ogetpeername(struct proc *, void *, register_t *);
|
int compat_43_netbsd32_ogetpeername(struct proc *, void *, register_t *);
|
||||||
int compat_43_sys_gethostid(struct proc *, void *, register_t *);
|
int compat_43_sys_gethostid(struct proc *, void *, register_t *);
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/* $NetBSD: sunos32_syscalls.c,v 1.2 2001/02/04 09:48:44 mrg Exp $ */
|
/* $NetBSD: sunos32_syscalls.c,v 1.3 2001/02/05 12:48:34 mrg Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* System call names.
|
* System call names.
|
||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* DO NOT EDIT-- this file is automatically generated.
|
||||||
* created from; NetBSD: syscalls.master,v 1.2 2001/02/04 09:47:22 mrg Exp
|
* created from; NetBSD: syscalls.master,v 1.3 2001/02/05 12:46:19 mrg Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(_KERNEL) && !defined(_LKM)
|
#if defined(_KERNEL) && !defined(_LKM)
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/* $NetBSD: sunos32_sysent.c,v 1.2 2001/02/04 09:48:44 mrg Exp $ */
|
/* $NetBSD: sunos32_sysent.c,v 1.3 2001/02/05 12:48:34 mrg Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* System call switch table.
|
* System call switch table.
|
||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* DO NOT EDIT-- this file is automatically generated.
|
||||||
* created from; NetBSD: syscalls.master,v 1.2 2001/02/04 09:47:22 mrg Exp
|
* created from; NetBSD: syscalls.master,v 1.3 2001/02/05 12:46:19 mrg Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(_KERNEL) && !defined(_LKM)
|
#if defined(_KERNEL) && !defined(_LKM)
|
||||||
@ -306,8 +306,8 @@ struct sysent sunos32_sysent[] = {
|
|||||||
netbsd32_rmdir }, /* 137 = netbsd32_rmdir */
|
netbsd32_rmdir }, /* 137 = netbsd32_rmdir */
|
||||||
{ 2, s(struct netbsd32_utimes_args), 0,
|
{ 2, s(struct netbsd32_utimes_args), 0,
|
||||||
netbsd32_utimes }, /* 138 = netbsd32_utimes */
|
netbsd32_utimes }, /* 138 = netbsd32_utimes */
|
||||||
{ 1, s(struct sunos_sys_sigreturn_args), 0,
|
{ 1, s(struct sunos32_sys_sigreturn_args), 0,
|
||||||
sunos_sys_sigreturn }, /* 139 = sigreturn */
|
sunos32_sys_sigreturn }, /* 139 = sigreturn */
|
||||||
{ 2, s(struct netbsd32_adjtime_args), 0,
|
{ 2, s(struct netbsd32_adjtime_args), 0,
|
||||||
netbsd32_adjtime }, /* 140 = netbsd32_adjtime */
|
netbsd32_adjtime }, /* 140 = netbsd32_adjtime */
|
||||||
{ 3, s(struct compat_43_netbsd32_ogetpeername_args), 0,
|
{ 3, s(struct compat_43_netbsd32_ogetpeername_args), 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user