Regenerate.
This commit is contained in:
parent
ba1205dedf
commit
9c4d7bfd2b
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.80 2006/10/03 20:48:03 rwatson Exp
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.81 2006/10/05 01:56:10 davidxu Exp
|
||||
*/
|
||||
|
||||
#ifndef _FREEBSD32_SYSPROTO_H_
|
||||
@ -244,6 +244,15 @@ struct freebsd32_modstat_args {
|
||||
char modid_l_[PADL_(int)]; int modid; char modid_r_[PADR_(int)];
|
||||
char stat_l_[PADL_(struct module_stat32 *)]; struct module_stat32 * stat; char stat_r_[PADR_(struct module_stat32 *)];
|
||||
};
|
||||
struct freebsd32_sigtimedwait_args {
|
||||
char set_l_[PADL_(const sigset_t *)]; const sigset_t * set; char set_r_[PADR_(const sigset_t *)];
|
||||
char info_l_[PADL_(siginfo_t *)]; siginfo_t * info; char info_r_[PADR_(siginfo_t *)];
|
||||
char timeout_l_[PADL_(const struct timespec *)]; const struct timespec * timeout; char timeout_r_[PADR_(const struct timespec *)];
|
||||
};
|
||||
struct freebsd32_sigwaitinfo_args {
|
||||
char set_l_[PADL_(const sigset_t *)]; const sigset_t * set; char set_r_[PADR_(const sigset_t *)];
|
||||
char info_l_[PADL_(siginfo_t *)]; siginfo_t * info; char info_r_[PADR_(siginfo_t *)];
|
||||
};
|
||||
struct freebsd32_kevent_args {
|
||||
char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
|
||||
char changelist_l_[PADL_(const struct kevent32 *)]; const struct kevent32 * changelist; char changelist_r_[PADR_(const struct kevent32 *)];
|
||||
@ -333,6 +342,8 @@ int freebsd32_lutimes(struct thread *, struct freebsd32_lutimes_args *);
|
||||
int freebsd32_preadv(struct thread *, struct freebsd32_preadv_args *);
|
||||
int freebsd32_pwritev(struct thread *, struct freebsd32_pwritev_args *);
|
||||
int freebsd32_modstat(struct thread *, struct freebsd32_modstat_args *);
|
||||
int freebsd32_sigtimedwait(struct thread *, struct freebsd32_sigtimedwait_args *);
|
||||
int freebsd32_sigwaitinfo(struct thread *, struct freebsd32_sigwaitinfo_args *);
|
||||
int freebsd32_kevent(struct thread *, struct freebsd32_kevent_args *);
|
||||
int freebsd32_sendfile(struct thread *, struct freebsd32_sendfile_args *);
|
||||
int freebsd32_sigaction(struct thread *, struct freebsd32_sigaction_args *);
|
||||
@ -471,6 +482,8 @@ int freebsd4_freebsd32_sigreturn(struct thread *, struct freebsd4_freebsd32_sigr
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_preadv AUE_PREADV
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_pwritev AUE_PWRITEV
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_modstat AUE_NULL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_sigtimedwait AUE_SIGWAIT
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_sigwaitinfo AUE_NULL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_kevent AUE_NULL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_sendfile AUE_SENDFILE
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_sigaction AUE_SIGACTION
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.80 2006/10/03 20:48:03 rwatson Exp
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.81 2006/10/05 01:56:10 davidxu Exp
|
||||
*/
|
||||
|
||||
#define FREEBSD32_SYS_syscall 0
|
||||
@ -260,6 +260,8 @@
|
||||
/* 342 is old freebsd32_sigaction */
|
||||
#define FREEBSD32_SYS_sigpending 343
|
||||
/* 344 is old freebsd32_sigreturn */
|
||||
#define FREEBSD32_SYS_freebsd32_sigtimedwait 345
|
||||
#define FREEBSD32_SYS_freebsd32_sigwaitinfo 346
|
||||
#define FREEBSD32_SYS___acl_get_file 347
|
||||
#define FREEBSD32_SYS___acl_set_file 348
|
||||
#define FREEBSD32_SYS___acl_get_fd 349
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.80 2006/10/03 20:48:03 rwatson Exp
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.81 2006/10/05 01:56:10 davidxu Exp
|
||||
*/
|
||||
|
||||
const char *freebsd32_syscallnames[] = {
|
||||
@ -352,8 +352,8 @@ const char *freebsd32_syscallnames[] = {
|
||||
"old.freebsd32_sigaction", /* 342 = old freebsd32_sigaction */
|
||||
"sigpending", /* 343 = sigpending */
|
||||
"old.freebsd32_sigreturn", /* 344 = old freebsd32_sigreturn */
|
||||
"#345", /* 345 = sigtimedwait */
|
||||
"#346", /* 346 = sigwaitinfo */
|
||||
"freebsd32_sigtimedwait", /* 345 = freebsd32_sigtimedwait */
|
||||
"freebsd32_sigwaitinfo", /* 346 = freebsd32_sigwaitinfo */
|
||||
"__acl_get_file", /* 347 = __acl_get_file */
|
||||
"__acl_set_file", /* 348 = __acl_set_file */
|
||||
"__acl_get_fd", /* 349 = __acl_get_fd */
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.80 2006/10/03 20:48:03 rwatson Exp
|
||||
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.81 2006/10/05 01:56:10 davidxu Exp
|
||||
*/
|
||||
|
||||
#include "opt_compat.h"
|
||||
@ -377,8 +377,8 @@ struct sysent freebsd32_sysent[] = {
|
||||
{ compat4(AS(freebsd4_freebsd32_sigaction_args),freebsd32_sigaction), AUE_SIGACTION, NULL, 0, 0 }, /* 342 = old freebsd32_sigaction */
|
||||
{ AS(sigpending_args), (sy_call_t *)sigpending, AUE_SIGPENDING, NULL, 0, 0 }, /* 343 = sigpending */
|
||||
{ compat4(AS(freebsd4_freebsd32_sigreturn_args),freebsd32_sigreturn), AUE_SIGRETURN, NULL, 0, 0 }, /* 344 = old freebsd32_sigreturn */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 345 = sigtimedwait */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 346 = sigwaitinfo */
|
||||
{ AS(freebsd32_sigtimedwait_args), (sy_call_t *)freebsd32_sigtimedwait, AUE_SIGWAIT, NULL, 0, 0 }, /* 345 = freebsd32_sigtimedwait */
|
||||
{ AS(freebsd32_sigwaitinfo_args), (sy_call_t *)freebsd32_sigwaitinfo, AUE_NULL, NULL, 0, 0 }, /* 346 = freebsd32_sigwaitinfo */
|
||||
{ AS(__acl_get_file_args), (sy_call_t *)__acl_get_file, AUE_NULL, NULL, 0, 0 }, /* 347 = __acl_get_file */
|
||||
{ AS(__acl_set_file_args), (sy_call_t *)__acl_set_file, AUE_NULL, NULL, 0, 0 }, /* 348 = __acl_set_file */
|
||||
{ AS(__acl_get_fd_args), (sy_call_t *)__acl_get_fd, AUE_NULL, NULL, 0, 0 }, /* 349 = __acl_get_fd */
|
||||
|
Loading…
Reference in New Issue
Block a user