about summary refs log tree commit diff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64/bits/socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86_64/bits/socket.h b/arch/x86_64/bits/socket.h
index b3230625..0e5ee1aa 100644
--- a/arch/x86_64/bits/socket.h
+++ b/arch/x86_64/bits/socket.h
@@ -3,9 +3,9 @@ struct msghdr
 	void *msg_name;
 	socklen_t msg_namelen;
 	struct iovec *msg_iov;
-	int msg_iovlen;
+	int msg_iovlen, __pad1;
 	void *msg_control;
-	socklen_t msg_controllen;
+	socklen_t msg_controllen, __pad2;
 	int msg_flags;
 };