Deleted Added
full compact
linux32_proto.h (255673) linux32_proto.h (255676)
1/*
2 * System call prototypes.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
1/*
2 * System call prototypes.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD: head/sys/amd64/linux32/linux32_proto.h 255673 2013-09-18 17:58:03Z rdivacky $
6 * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 255672 2013-09-18 17:56:04Z rdivacky
5 * $FreeBSD: head/sys/amd64/linux32/linux32_proto.h 255676 2013-09-18 18:49:26Z rdivacky $
6 * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 255675 2013-09-18 18:48:33Z rdivacky
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>

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

761};
762struct linux_exit_group_args {
763 char error_code_l_[PADL_(int)]; int error_code; char error_code_r_[PADR_(int)];
764};
765struct linux_lookup_dcookie_args {
766 register_t dummy;
767};
768struct linux_epoll_create_args {
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>

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

761};
762struct linux_exit_group_args {
763 char error_code_l_[PADL_(int)]; int error_code; char error_code_r_[PADR_(int)];
764};
765struct linux_lookup_dcookie_args {
766 register_t dummy;
767};
768struct linux_epoll_create_args {
769 char size_l_[PADL_(l_int)]; l_int size; char size_r_[PADR_(l_int)];
769 register_t dummy;
770};
771struct linux_epoll_ctl_args {
770};
771struct linux_epoll_ctl_args {
772 char epfd_l_[PADL_(l_int)]; l_int epfd; char epfd_r_[PADR_(l_int)];
773 char op_l_[PADL_(l_int)]; l_int op; char op_r_[PADR_(l_int)];
774 char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
775 char event_l_[PADL_(struct linux_epoll_event *)]; struct linux_epoll_event * event; char event_r_[PADR_(struct linux_epoll_event *)];
772 register_t dummy;
776};
777struct linux_epoll_wait_args {
773};
774struct linux_epoll_wait_args {
778 char epfd_l_[PADL_(l_int)]; l_int epfd; char epfd_r_[PADR_(l_int)];
779 char events_l_[PADL_(struct linux_epoll_event *)]; struct linux_epoll_event * events; char events_r_[PADR_(struct linux_epoll_event *)];
780 char maxevents_l_[PADL_(l_int)]; l_int maxevents; char maxevents_r_[PADR_(l_int)];
781 char timeout_l_[PADL_(l_int)]; l_int timeout; char timeout_r_[PADR_(l_int)];
775 register_t dummy;
782};
783struct linux_remap_file_pages_args {
784 register_t dummy;
785};
786struct linux_set_tid_address_args {
787 char tidptr_l_[PADL_(int *)]; int * tidptr; char tidptr_r_[PADR_(int *)];
788};
789struct linux_timer_create_args {

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

1039};
1040struct linux_signalfd4_args {
1041 register_t dummy;
1042};
1043struct linux_eventfd2_args {
1044 register_t dummy;
1045};
1046struct linux_epoll_create1_args {
776};
777struct linux_remap_file_pages_args {
778 register_t dummy;
779};
780struct linux_set_tid_address_args {
781 char tidptr_l_[PADL_(int *)]; int * tidptr; char tidptr_r_[PADR_(int *)];
782};
783struct linux_timer_create_args {

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

1033};
1034struct linux_signalfd4_args {
1035 register_t dummy;
1036};
1037struct linux_eventfd2_args {
1038 register_t dummy;
1039};
1040struct linux_epoll_create1_args {
1047 char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
1041 register_t dummy;
1048};
1049struct linux_dup3_args {
1050 register_t dummy;
1051};
1052struct linux_pipe2_args {
1053 char pipefds_l_[PADL_(l_int *)]; l_int * pipefds; char pipefds_r_[PADR_(l_int *)];
1054 char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
1055};

--- 634 unchanged lines hidden ---
1042};
1043struct linux_dup3_args {
1044 register_t dummy;
1045};
1046struct linux_pipe2_args {
1047 char pipefds_l_[PADL_(l_int *)]; l_int * pipefds; char pipefds_r_[PADR_(l_int *)];
1048 char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
1049};

--- 634 unchanged lines hidden ---