aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_proto.h
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2015-05-24 18:09:01 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2015-05-24 18:09:01 +0000
commit5c5aac2d45e480001e923e2ce098009dcfa6daa4 (patch)
tree05eaff3e0ff11a32654654e28eab16a62bfb52a2 /sys/i386/linux/linux_proto.h
parent9802eb9ebc04783e12038072f76156152851341e (diff)
downloadsrc-5c5aac2d45e480001e923e2ce098009dcfa6daa4.tar.gz
src-5c5aac2d45e480001e923e2ce098009dcfa6daa4.zip
Regen for r283492.
Notes
Notes: svn path=/head/; revision=283493
Diffstat (limited to 'sys/i386/linux/linux_proto.h')
-rw-r--r--sys/i386/linux/linux_proto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h
index c45e8add40a6..a5d6ed2e158c 100644
--- a/sys/i386/linux/linux_proto.h
+++ b/sys/i386/linux/linux_proto.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/i386/linux/syscalls.master 283488 2015-05-24 18:04:04Z dchagin
+ * created from FreeBSD: head/sys/i386/linux/syscalls.master 283492 2015-05-24 18:08:01Z dchagin
*/
#ifndef _LINUX_SYSPROTO_H_
@@ -1159,7 +1159,7 @@ struct linux_clock_adjtime_args {
register_t dummy;
};
struct linux_syncfs_args {
- register_t dummy;
+ char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
};
struct linux_sendmmsg_args {
char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
@@ -1758,7 +1758,7 @@ int linux_process_vm_writev(struct thread *, struct linux_process_vm_writev_args
#define LINUX_SYS_AUE_linux_name_to_handle_at AUE_NULL
#define LINUX_SYS_AUE_linux_open_by_handle_at AUE_NULL
#define LINUX_SYS_AUE_linux_clock_adjtime AUE_NULL
-#define LINUX_SYS_AUE_linux_syncfs AUE_NULL
+#define LINUX_SYS_AUE_linux_syncfs AUE_SYNC
#define LINUX_SYS_AUE_linux_sendmmsg AUE_NULL
#define LINUX_SYS_AUE_linux_setns AUE_NULL
#define LINUX_SYS_AUE_linux_process_vm_readv AUE_NULL