Deleted Added
sdiff udiff text old ( 159582 ) new ( 159801 )
full compact
1/*
2 * System call prototypes.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD: head/sys/i386/linux/linux_proto.h 159582 2006-06-13 18:48:30Z netchild $
6 * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.67 2006/06/13 18:43:55 netchild Exp
7 */
8
9#ifndef _LINUX_SYSPROTO_H_
10#define _LINUX_SYSPROTO_H_
11
12#include <sys/signal.h>
13#include <sys/acl.h>
14#include <sys/thr.h>

--- 688 unchanged lines hidden (view full) ---

703 char sig_l_[PADL_(int)]; int sig; char sig_r_[PADR_(int)];
704};
705struct linux_set_thread_area_args {
706 char entry_l_[PADL_(void *)]; void * entry; char entry_r_[PADR_(void *)];
707};
708struct linux_fadvise64_args {
709 register_t dummy;
710};
711#define nosys linux_nosys
712int linux_fork(struct thread *, struct linux_fork_args *);
713int linux_open(struct thread *, struct linux_open_args *);
714int linux_waitpid(struct thread *, struct linux_waitpid_args *);
715int linux_creat(struct thread *, struct linux_creat_args *);
716int linux_link(struct thread *, struct linux_link_args *);
717int linux_unlink(struct thread *, struct linux_unlink_args *);
718int linux_execve(struct thread *, struct linux_execve_args *);

--- 157 unchanged lines hidden (view full) ---

876int linux_llistxattr(struct thread *, struct linux_llistxattr_args *);
877int linux_flistxattr(struct thread *, struct linux_flistxattr_args *);
878int linux_removexattr(struct thread *, struct linux_removexattr_args *);
879int linux_lremovexattr(struct thread *, struct linux_lremovexattr_args *);
880int linux_fremovexattr(struct thread *, struct linux_fremovexattr_args *);
881int linux_tkill(struct thread *, struct linux_tkill_args *);
882int linux_set_thread_area(struct thread *, struct linux_set_thread_area_args *);
883int linux_fadvise64(struct thread *, struct linux_fadvise64_args *);
884
885#ifdef COMPAT_43
886
887#define nosys linux_nosys
888
889#endif /* COMPAT_43 */
890
891
892#ifdef COMPAT_FREEBSD4
893
894#define nosys linux_nosys
895
896#endif /* COMPAT_FREEBSD4 */
897
898#undef PAD_
899#undef PADL_
900#undef PADR_
901
902#endif /* !_LINUX_SYSPROTO_H_ */