1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-25 16:13:17 +00:00

regen after addition of linux_rt_sigreturn

This commit is contained in:
Andrew Gallatin 2000-10-17 00:03:02 +00:00
parent 7936339495
commit 21b0b22ce3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67235
3 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.34 2000/07/29 10:05:25 peter Exp
* created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.35 2000/10/17 00:00:20 gallatin Exp
*/
#ifndef _LINUX_SYSPROTO_H_
@ -452,7 +452,7 @@ struct linux_prctl_args {
register_t dummy;
};
struct linux_rt_sigreturn_args {
register_t dummy;
struct linux_ucontext * ucp; char ucp_[PAD_(struct linux_ucontext *)];
};
struct linux_rt_sigaction_args {
int sig; char sig_[PAD_(int)];

View File

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.34 2000/07/29 10:05:25 peter Exp
* created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.35 2000/10/17 00:00:20 gallatin Exp
*/
#define LINUX_SYS_linux_setup 0

View File

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.34 2000/07/29 10:05:25 peter Exp
* created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.35 2000/10/17 00:00:20 gallatin Exp
*/
#include "opt_compat.h"
@ -190,7 +190,7 @@ struct sysent linux_sysent[] = {
{ AS(setresgid_args), (sy_call_t *)setresgid }, /* 170 = setresgid */
{ AS(linux_getresgid_args), (sy_call_t *)linux_getresgid }, /* 171 = linux_getresgid */
{ 0, (sy_call_t *)linux_prctl }, /* 172 = linux_prctl */
{ 0, (sy_call_t *)linux_rt_sigreturn }, /* 173 = linux_rt_sigreturn */
{ AS(linux_rt_sigreturn_args), (sy_call_t *)linux_rt_sigreturn }, /* 173 = linux_rt_sigreturn */
{ AS(linux_rt_sigaction_args), (sy_call_t *)linux_rt_sigaction }, /* 174 = linux_rt_sigaction */
{ AS(linux_rt_sigprocmask_args), (sy_call_t *)linux_rt_sigprocmask }, /* 175 = linux_rt_sigprocmask */
{ 0, (sy_call_t *)linux_rt_sigpending }, /* 176 = linux_rt_sigpending */