summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32/linux32_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/amd64/linux32/linux32_proto.h
parent13cbd9c97efdd801d6a355ae093c858dbcae9ea4 (diff)
downloadFreeBSD-src-faae559cb198dcd71b0815af8c7e87f61ce9c096.zip
FreeBSD-src-faae559cb198dcd71b0815af8c7e87f61ce9c096.tar.gz
Regen.
Approved by: kib (mentor)
Diffstat (limited to 'sys/amd64/linux32/linux32_proto.h')
-rw-r--r--sys/amd64/linux32/linux32_proto.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/amd64/linux32/linux32_proto.h b/sys/amd64/linux32/linux32_proto.h
index 6d6bfdc..0b5a71f 100644
--- a/sys/amd64/linux32/linux32_proto.h
+++ b/sys/amd64/linux32/linux32_proto.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.33 2008/04/16 19:25:38 jkim Exp
+ * created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.34 2008/05/13 20:01:26 rdivacky Exp
*/
#ifndef _LINUX_SYSPROTO_H_
@@ -969,10 +969,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