numerous fixes to sysv ipc
[musl] / arch / x86_64 / bits / socket.h
index cec0172..0e5ee1a 100644 (file)
@@ -1,13 +1,11 @@
-struct iovec;
-
 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;
 };