Regen.
This commit is contained in:
parent
ca68f71cb9
commit
22a98ec2d8
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.25 2006/12/31 13:16:00 netchild Exp
|
||||
* created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.26 2007/02/15 01:13:36 jkim Exp
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_SYSPROTO_H_
|
||||
@ -341,6 +341,9 @@ struct linux_newfstat_args {
|
||||
struct linux_uname_args {
|
||||
register_t dummy;
|
||||
};
|
||||
struct linux_iopl_args {
|
||||
char level_l_[PADL_(l_ulong)]; l_ulong level; char level_r_[PADR_(l_ulong)];
|
||||
};
|
||||
struct linux_vhangup_args {
|
||||
register_t dummy;
|
||||
};
|
||||
@ -995,6 +998,7 @@ int linux_newstat(struct thread *, struct linux_newstat_args *);
|
||||
int linux_newlstat(struct thread *, struct linux_newlstat_args *);
|
||||
int linux_newfstat(struct thread *, struct linux_newfstat_args *);
|
||||
int linux_uname(struct thread *, struct linux_uname_args *);
|
||||
int linux_iopl(struct thread *, struct linux_iopl_args *);
|
||||
int linux_vhangup(struct thread *, struct linux_vhangup_args *);
|
||||
int linux_wait4(struct thread *, struct linux_wait4_args *);
|
||||
int linux_swapoff(struct thread *, struct linux_swapoff_args *);
|
||||
@ -1240,6 +1244,7 @@ int linux_unshare(struct thread *, struct linux_unshare_args *);
|
||||
#define LINUX_SYS_AUE_linux_newlstat AUE_LSTAT
|
||||
#define LINUX_SYS_AUE_linux_newfstat AUE_FSTAT
|
||||
#define LINUX_SYS_AUE_linux_uname AUE_NULL
|
||||
#define LINUX_SYS_AUE_linux_iopl AUE_NULL
|
||||
#define LINUX_SYS_AUE_linux_vhangup AUE_NULL
|
||||
#define LINUX_SYS_AUE_linux_wait4 AUE_WAIT4
|
||||
#define LINUX_SYS_AUE_linux_swapoff AUE_SWAPOFF
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.25 2006/12/31 13:16:00 netchild Exp
|
||||
* created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.26 2007/02/15 01:13:36 jkim Exp
|
||||
*/
|
||||
|
||||
#define LINUX_SYS_exit 1
|
||||
@ -103,6 +103,7 @@
|
||||
#define LINUX_SYS_linux_newlstat 107
|
||||
#define LINUX_SYS_linux_newfstat 108
|
||||
#define LINUX_SYS_linux_uname 109
|
||||
#define LINUX_SYS_linux_iopl 110
|
||||
#define LINUX_SYS_linux_vhangup 111
|
||||
#define LINUX_SYS_linux_wait4 114
|
||||
#define LINUX_SYS_linux_swapoff 115
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.25 2006/12/31 13:16:00 netchild Exp
|
||||
* created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.26 2007/02/15 01:13:36 jkim Exp
|
||||
*/
|
||||
|
||||
#include <bsm/audit_kevents.h>
|
||||
@ -130,7 +130,7 @@ struct sysent linux_sysent[] = {
|
||||
{ AS(linux_newlstat_args), (sy_call_t *)linux_newlstat, AUE_LSTAT, NULL, 0, 0 }, /* 107 = linux_newlstat */
|
||||
{ AS(linux_newfstat_args), (sy_call_t *)linux_newfstat, AUE_FSTAT, NULL, 0, 0 }, /* 108 = linux_newfstat */
|
||||
{ 0, (sy_call_t *)linux_uname, AUE_NULL, NULL, 0, 0 }, /* 109 = linux_uname */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 110 = iopl */
|
||||
{ AS(linux_iopl_args), (sy_call_t *)linux_iopl, AUE_NULL, NULL, 0, 0 }, /* 110 = linux_iopl */
|
||||
{ 0, (sy_call_t *)linux_vhangup, AUE_NULL, NULL, 0, 0 }, /* 111 = linux_vhangup */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 112 = idle */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 113 = vm86old */
|
||||
|
Loading…
Reference in New Issue
Block a user