Deleted Added
sdiff udiff text old ( 236027 ) new ( 255673 )
full compact
1/*
2 * System call prototypes.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD: head/sys/amd64/linux32/linux32_proto.h 236027 2012-05-25 21:52:57Z ed $
6 * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 236026 2012-05-25 21:50:48Z ed
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/cpuset.h>
15#include <sys/_ffcounter.h>
16#include <sys/_semaphore.h>
17#include <sys/ucontext.h>
18
19#include <bsm/audit_kevents.h>
20
21struct proc;
22
23struct thread;
24
25#define PAD_(t) (sizeof(register_t) <= sizeof(t) ? \

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

760};
761struct linux_exit_group_args {
762 char error_code_l_[PADL_(int)]; int error_code; char error_code_r_[PADR_(int)];
763};
764struct linux_lookup_dcookie_args {
765 register_t dummy;
766};
767struct linux_epoll_create_args {
768 register_t dummy;
769};
770struct linux_epoll_ctl_args {
771 register_t dummy;
772};
773struct linux_epoll_wait_args {
774 register_t dummy;
775};
776struct linux_remap_file_pages_args {
777 register_t dummy;
778};
779struct linux_set_tid_address_args {
780 char tidptr_l_[PADL_(int *)]; int * tidptr; char tidptr_r_[PADR_(int *)];
781};
782struct linux_timer_create_args {

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

1032};
1033struct linux_signalfd4_args {
1034 register_t dummy;
1035};
1036struct linux_eventfd2_args {
1037 register_t dummy;
1038};
1039struct linux_epoll_create1_args {
1040 register_t dummy;
1041};
1042struct linux_dup3_args {
1043 register_t dummy;
1044};
1045struct linux_pipe2_args {
1046 char pipefds_l_[PADL_(l_int *)]; l_int * pipefds; char pipefds_r_[PADR_(l_int *)];
1047 char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
1048};

--- 634 unchanged lines hidden ---