summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux/linux_proto.h
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2015-05-24 17:35:42 +0000
committerdchagin <dchagin@FreeBSD.org>2015-05-24 17:35:42 +0000
commitdf01339e318f5ec0aab5a903310ae5fc3862f645 (patch)
tree9f1e5486a6b0b6a67469cb5cd5b12e11c1a05cdd /sys/amd64/linux/linux_proto.h
parenta346bc7dc8c84106dc867e69b02d981c56d6e3c7 (diff)
downloadFreeBSD-src-df01339e318f5ec0aab5a903310ae5fc3862f645.zip
FreeBSD-src-df01339e318f5ec0aab5a903310ae5fc3862f645.tar.gz
Regen for r283465.
Diffstat (limited to 'sys/amd64/linux/linux_proto.h')
-rw-r--r--sys/amd64/linux/linux_proto.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/amd64/linux/linux_proto.h b/sys/amd64/linux/linux_proto.h
index 026f3d1..2adb2e0 100644
--- a/sys/amd64/linux/linux_proto.h
+++ b/sys/amd64/linux/linux_proto.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/amd64/linux/syscalls.master 283451 2015-05-24 16:59:25Z dchagin
+ * created from FreeBSD: head/sys/amd64/linux/syscalls.master 283465 2015-05-24 17:33:21Z dchagin
*/
#ifndef _LINUX_SYSPROTO_H_
@@ -1004,7 +1004,10 @@ struct linux_eventfd_args {
char initval_l_[PADL_(l_uint)]; l_uint initval; char initval_r_[PADR_(l_uint)];
};
struct linux_fallocate_args {
- register_t dummy;
+ char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
+ char mode_l_[PADL_(l_int)]; l_int mode; char mode_r_[PADR_(l_int)];
+ char offset_l_[PADL_(l_loff_t)]; l_loff_t offset; char offset_r_[PADR_(l_loff_t)];
+ char len_l_[PADL_(l_loff_t)]; l_loff_t len; char len_r_[PADR_(l_loff_t)];
};
struct linux_timerfd_settime_args {
register_t dummy;
OpenPOWER on IntegriCloud