summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_proto.h
diff options
context:
space:
mode:
authorrdivacky <rdivacky@FreeBSD.org>2008-05-13 20:02:26 +0000
committerrdivacky <rdivacky@FreeBSD.org>2008-05-13 20:02:26 +0000
commitfaae559cb198dcd71b0815af8c7e87f61ce9c096 (patch)
tree70573b8957c8d3948a735c822306fc126d0049c6 /sys/i386/linux/linux_proto.h
parent13cbd9c97efdd801d6a355ae093c858dbcae9ea4 (diff)
downloadFreeBSD-src-faae559cb198dcd71b0815af8c7e87f61ce9c096.zip
FreeBSD-src-faae559cb198dcd71b0815af8c7e87f61ce9c096.tar.gz
Regen.
Approved by: kib (mentor)
Diffstat (limited to 'sys/i386/linux/linux_proto.h')
-rw-r--r--sys/i386/linux/linux_proto.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h
index 998af88..5e78cb2 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.92 2008/04/16 19:25:39 jkim Exp
+ * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.93 2008/05/13 20:01:27 rdivacky Exp
*/
#ifndef _LINUX_SYSPROTO_H_
@@ -988,10 +988,13 @@ struct linux_unshare_args {
register_t dummy;
};
struct linux_set_robust_list_args {
- register_t dummy;
+ char head_l_[PADL_(struct linux_robust_list_head *)]; struct linux_robust_list_head * head; char head_r_[PADR_(struct linux_robust_list_head *)];
+ char len_l_[PADL_(l_size_t)]; l_size_t len; char len_r_[PADR_(l_size_t)];
};
struct linux_get_robust_list_args {
- register_t dummy;
+ char pid_l_[PADL_(l_int)]; l_int pid; char pid_r_[PADR_(l_int)];
+ char head_l_[PADL_(struct linux_robust_list_head **)]; struct linux_robust_list_head ** head; char head_r_[PADR_(struct linux_robust_list_head **)];
+ char len_l_[PADL_(l_size_t *)]; l_size_t * len; char len_r_[PADR_(l_size_t *)];
};
struct linux_splice_args {
register_t dummy;
OpenPOWER on IntegriCloud