summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_proto.h
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2008-04-16 19:27:36 +0000
committerjkim <jkim@FreeBSD.org>2008-04-16 19:27:36 +0000
commite0c673b7e2ac1ffa29dad589abbb9cfd44ffdbf4 (patch)
tree30b4df6f223703bb7365d366d2ee50b2d8342edd /sys/i386/linux/linux_proto.h
parent513781a1c1ab25895b21fbd0d258c342d81da237 (diff)
downloadFreeBSD-src-e0c673b7e2ac1ffa29dad589abbb9cfd44ffdbf4.zip
FreeBSD-src-e0c673b7e2ac1ffa29dad589abbb9cfd44ffdbf4.tar.gz
Regenerate.
Diffstat (limited to 'sys/i386/linux/linux_proto.h')
-rw-r--r--sys/i386/linux/linux_proto.h32
1 files changed, 31 insertions, 1 deletions
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h
index 25488b2..998af88 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: src/sys/i386/linux/syscalls.master,v 1.91 2008/04/08 09:45:48 kib Exp
+ * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.92 2008/04/16 19:25:39 jkim Exp
*/
#ifndef _LINUX_SYSPROTO_H_
@@ -987,6 +987,24 @@ struct linux_ppoll_args {
struct linux_unshare_args {
register_t dummy;
};
+struct linux_set_robust_list_args {
+ register_t dummy;
+};
+struct linux_get_robust_list_args {
+ register_t dummy;
+};
+struct linux_splice_args {
+ register_t dummy;
+};
+struct linux_sync_file_range_args {
+ register_t dummy;
+};
+struct linux_tee_args {
+ register_t dummy;
+};
+struct linux_vmsplice_args {
+ register_t dummy;
+};
#define nosys linux_nosys
int linux_fork(struct thread *, struct linux_fork_args *);
int linux_open(struct thread *, struct linux_open_args *);
@@ -1224,6 +1242,12 @@ int linux_faccessat(struct thread *, struct linux_faccessat_args *);
int linux_pselect6(struct thread *, struct linux_pselect6_args *);
int linux_ppoll(struct thread *, struct linux_ppoll_args *);
int linux_unshare(struct thread *, struct linux_unshare_args *);
+int linux_set_robust_list(struct thread *, struct linux_set_robust_list_args *);
+int linux_get_robust_list(struct thread *, struct linux_get_robust_list_args *);
+int linux_splice(struct thread *, struct linux_splice_args *);
+int linux_sync_file_range(struct thread *, struct linux_sync_file_range_args *);
+int linux_tee(struct thread *, struct linux_tee_args *);
+int linux_vmsplice(struct thread *, struct linux_vmsplice_args *);
#ifdef COMPAT_43
@@ -1481,6 +1505,12 @@ int linux_unshare(struct thread *, struct linux_unshare_args *);
#define LINUX_SYS_AUE_linux_pselect6 AUE_NULL
#define LINUX_SYS_AUE_linux_ppoll AUE_NULL
#define LINUX_SYS_AUE_linux_unshare AUE_NULL
+#define LINUX_SYS_AUE_linux_set_robust_list AUE_NULL
+#define LINUX_SYS_AUE_linux_get_robust_list AUE_NULL
+#define LINUX_SYS_AUE_linux_splice AUE_NULL
+#define LINUX_SYS_AUE_linux_sync_file_range AUE_NULL
+#define LINUX_SYS_AUE_linux_tee AUE_NULL
+#define LINUX_SYS_AUE_linux_vmsplice AUE_NULL
#undef PAD_
#undef PADL_
OpenPOWER on IntegriCloud