Deleted Added
full compact
linux32_proto.h (293593) linux32_proto.h (293897)
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: stable/10/sys/amd64/linux32/linux32_proto.h 293593 2016-01-09 17:56:04Z dchagin $
5 * $FreeBSD: stable/10/sys/amd64/linux32/linux32_proto.h 293897 2016-01-14 09:11:42Z glebius $
6 * created from FreeBSD: stable/10/sys/amd64/linux32/syscalls.master 293592 2016-01-09 17:54:37Z dchagin
7 */
8
9#ifndef _LINUX_SYSPROTO_H_
10#define _LINUX_SYSPROTO_H_
11
12#include <sys/signal.h>
13#include <sys/acl.h>

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

1018 register_t dummy;
1019};
1020struct linux_set_robust_list_args {
1021 char head_l_[PADL_(struct linux_robust_list_head *)]; struct linux_robust_list_head * head; char head_r_[PADR_(struct linux_robust_list_head *)];
1022 char len_l_[PADL_(l_size_t)]; l_size_t len; char len_r_[PADR_(l_size_t)];
1023};
1024struct linux_get_robust_list_args {
1025 char pid_l_[PADL_(l_int)]; l_int pid; char pid_r_[PADR_(l_int)];
6 * created from FreeBSD: stable/10/sys/amd64/linux32/syscalls.master 293592 2016-01-09 17:54:37Z dchagin
7 */
8
9#ifndef _LINUX_SYSPROTO_H_
10#define _LINUX_SYSPROTO_H_
11
12#include <sys/signal.h>
13#include <sys/acl.h>

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

1018 register_t dummy;
1019};
1020struct linux_set_robust_list_args {
1021 char head_l_[PADL_(struct linux_robust_list_head *)]; struct linux_robust_list_head * head; char head_r_[PADR_(struct linux_robust_list_head *)];
1022 char len_l_[PADL_(l_size_t)]; l_size_t len; char len_r_[PADR_(l_size_t)];
1023};
1024struct linux_get_robust_list_args {
1025 char pid_l_[PADL_(l_int)]; l_int pid; char pid_r_[PADR_(l_int)];
1026 char head_l_[PADL_(struct linux_robust_list_head *)]; struct linux_robust_list_head * head; char head_r_[PADR_(struct linux_robust_list_head *)];
1026 char head_l_[PADL_(struct linux_robust_list_head **)]; struct linux_robust_list_head ** head; char head_r_[PADR_(struct linux_robust_list_head **)];
1027 char len_l_[PADL_(l_size_t *)]; l_size_t * len; char len_r_[PADR_(l_size_t *)];
1028};
1029struct linux_splice_args {
1030 register_t dummy;
1031};
1032struct linux_sync_file_range_args {
1033 register_t dummy;
1034};

--- 715 unchanged lines hidden ---
1027 char len_l_[PADL_(l_size_t *)]; l_size_t * len; char len_r_[PADR_(l_size_t *)];
1028};
1029struct linux_splice_args {
1030 register_t dummy;
1031};
1032struct linux_sync_file_range_args {
1033 register_t dummy;
1034};

--- 715 unchanged lines hidden ---