Regen for setcontext signature.

This commit is contained in:
njoly 2014-05-15 09:55:11 +00:00
parent 9e6b53cfb2
commit 79943851d1
4 changed files with 11 additions and 13 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: netbsd32_syscall.h,v 1.107 2014/04/30 17:24:20 njoly Exp $ */
/* $NetBSD: netbsd32_syscall.h,v 1.108 2014/05/15 09:55:11 njoly Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.99 2014/04/30 17:23:45 njoly Exp
* created from NetBSD: syscalls.master,v 1.100 2014/05/15 09:54:06 njoly Exp
*/
#ifndef _NETBSD32_SYS_SYSCALL_H_
@ -831,7 +831,7 @@
/* syscall: "netbsd32_getcontext" ret: "int" args: "netbsd32_ucontextp" */
#define NETBSD32_SYS_netbsd32_getcontext 307
/* syscall: "netbsd32_setcontext" ret: "int" args: "netbsd32_ucontextp" "uint32_t" "netbsd32_lwpidp" */
/* syscall: "netbsd32_setcontext" ret: "int" args: "netbsd32_ucontextp" */
#define NETBSD32_SYS_netbsd32_setcontext 308
/* syscall: "netbsd32__lwp_create" ret: "int" args: "netbsd32_ucontextp" "netbsd32_u_long" "netbsd32_lwpidp" */

View File

@ -1,10 +1,10 @@
/* $NetBSD: netbsd32_syscallargs.h,v 1.107 2014/04/30 17:24:20 njoly Exp $ */
/* $NetBSD: netbsd32_syscallargs.h,v 1.108 2014/05/15 09:55:11 njoly Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.99 2014/04/30 17:23:45 njoly Exp
* created from NetBSD: syscalls.master,v 1.100 2014/05/15 09:54:06 njoly Exp
*/
#ifndef _NETBSD32_SYS_SYSCALLARGS_H_
@ -1551,8 +1551,6 @@ check_syscall_args(netbsd32_getcontext)
struct netbsd32_setcontext_args {
syscallarg(netbsd32_ucontextp) ucp;
syscallarg(uint32_t) flags;
syscallarg(netbsd32_lwpidp) new_lwp;
};
check_syscall_args(netbsd32_setcontext)

View File

@ -1,14 +1,14 @@
/* $NetBSD: netbsd32_syscalls.c,v 1.106 2014/04/30 17:24:20 njoly Exp $ */
/* $NetBSD: netbsd32_syscalls.c,v 1.107 2014/05/15 09:55:11 njoly Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.99 2014/04/30 17:23:45 njoly Exp
* created from NetBSD: syscalls.master,v 1.100 2014/05/15 09:54:06 njoly Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.106 2014/04/30 17:24:20 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.107 2014/05/15 09:55:11 njoly Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,14 +1,14 @@
/* $NetBSD: netbsd32_sysent.c,v 1.106 2014/04/30 17:24:20 njoly Exp $ */
/* $NetBSD: netbsd32_sysent.c,v 1.107 2014/05/15 09:55:11 njoly Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.99 2014/04/30 17:23:45 njoly Exp
* created from NetBSD: syscalls.master,v 1.100 2014/05/15 09:54:06 njoly Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.106 2014/04/30 17:24:20 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.107 2014/05/15 09:55:11 njoly Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"