regen.
This commit is contained in:
parent
0270612ce7
commit
78063c9188
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pecoff_syscall.h,v 1.13 2005/08/19 02:03:57 christos Exp $ */
|
||||
/* $NetBSD: pecoff_syscall.h,v 1.14 2005/10/20 15:35:42 christos Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.11 2004/05/08 14:31:59 kent Exp
|
||||
* created from NetBSD: syscalls.master,v 1.13 2005/10/20 15:35:25 christos Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: "int" "..." */
|
||||
|
@ -746,9 +746,13 @@
|
|||
/* syscall: "__sigsuspend14" ret: "int" args: "const sigset_t *" */
|
||||
#define PECOFF_SYS___sigsuspend14 294
|
||||
|
||||
#ifdef COMPAT_16
|
||||
/* syscall: "__sigreturn14" ret: "int" args: "struct sigcontext *" */
|
||||
#define PECOFF_SYS___sigreturn14 295
|
||||
|
||||
#else
|
||||
/* 295 is excluded compat_16_sys___sigreturn14 */
|
||||
#endif
|
||||
/* syscall: "__getcwd" ret: "int" args: "char *" "size_t" */
|
||||
#define PECOFF_SYS___getcwd 296
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pecoff_syscallargs.h,v 1.14 2005/08/19 02:03:57 christos Exp $ */
|
||||
/* $NetBSD: pecoff_syscallargs.h,v 1.15 2005/10/20 15:35:42 christos Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.11 2004/05/08 14:31:59 kent Exp
|
||||
* created from NetBSD: syscalls.master,v 1.13 2005/10/20 15:35:25 christos Exp
|
||||
*/
|
||||
|
||||
#ifndef _PECOFF_SYS__SYSCALLARGS_H_
|
||||
|
@ -235,6 +235,9 @@ struct pecoff_sys___posix_lchown_args {
|
|||
#ifdef COMPAT_16
|
||||
#else
|
||||
#endif
|
||||
#ifdef COMPAT_16
|
||||
#else
|
||||
#endif
|
||||
#ifdef COMPAT_20
|
||||
#else
|
||||
#endif
|
||||
|
@ -694,8 +697,11 @@ int sys___sigprocmask14(struct lwp *, void *, register_t *);
|
|||
|
||||
int sys___sigsuspend14(struct lwp *, void *, register_t *);
|
||||
|
||||
#ifdef COMPAT_16
|
||||
int compat_16_sys___sigreturn14(struct lwp *, void *, register_t *);
|
||||
|
||||
#else
|
||||
#endif
|
||||
int sys___getcwd(struct lwp *, void *, register_t *);
|
||||
|
||||
int sys_fchroot(struct lwp *, void *, register_t *);
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: pecoff_syscalls.c,v 1.13 2005/08/19 02:03:58 christos Exp $ */
|
||||
/* $NetBSD: pecoff_syscalls.c,v 1.14 2005/10/20 15:35:42 christos Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.11 2004/05/08 14:31:59 kent Exp
|
||||
* created from NetBSD: syscalls.master,v 1.13 2005/10/20 15:35:25 christos Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: pecoff_syscalls.c,v 1.13 2005/08/19 02:03:58 christos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: pecoff_syscalls.c,v 1.14 2005/10/20 15:35:42 christos Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
@ -433,7 +433,11 @@ const char *const pecoff_syscallnames[] = {
|
|||
"__sigpending14", /* 292 = __sigpending14 */
|
||||
"__sigprocmask14", /* 293 = __sigprocmask14 */
|
||||
"__sigsuspend14", /* 294 = __sigsuspend14 */
|
||||
#ifdef COMPAT_16
|
||||
"__sigreturn14", /* 295 = __sigreturn14 */
|
||||
#else
|
||||
"#295 (excluded compat_16_sys___sigreturn14)", /* 295 = excluded compat_16_sys___sigreturn14 */
|
||||
#endif
|
||||
"__getcwd", /* 296 = __getcwd */
|
||||
"fchroot", /* 297 = fchroot */
|
||||
"fhopen", /* 298 = fhopen */
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: pecoff_sysent.c,v 1.14 2005/08/19 02:03:58 christos Exp $ */
|
||||
/* $NetBSD: pecoff_sysent.c,v 1.15 2005/10/20 15:35:42 christos Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.11 2004/05/08 14:31:59 kent Exp
|
||||
* created from NetBSD: syscalls.master,v 1.13 2005/10/20 15:35:25 christos Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: pecoff_sysent.c,v 1.14 2005/08/19 02:03:58 christos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: pecoff_sysent.c,v 1.15 2005/10/20 15:35:42 christos Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_ktrace.h"
|
||||
|
@ -777,8 +777,13 @@ struct sysent pecoff_sysent[] = {
|
|||
sys___sigprocmask14 }, /* 293 = __sigprocmask14 */
|
||||
{ 1, s(struct sys___sigsuspend14_args), 0,
|
||||
sys___sigsuspend14 }, /* 294 = __sigsuspend14 */
|
||||
#ifdef COMPAT_16
|
||||
{ 1, s(struct compat_16_sys___sigreturn14_args), 0,
|
||||
compat_16_sys___sigreturn14 }, /* 295 = __sigreturn14 */
|
||||
#else
|
||||
{ 0, 0, 0,
|
||||
sys_nosys }, /* 295 = excluded compat_16_sys___sigreturn14 */
|
||||
#endif
|
||||
{ 2, s(struct sys___getcwd_args), 0,
|
||||
sys___getcwd }, /* 296 = __getcwd */
|
||||
{ 1, s(struct sys_fchroot_args), 0,
|
||||
|
|
Loading…
Reference in New Issue