]> git.proxmox.com Git - wasi-libc.git/blobdiff - libc-top-half/musl/arch/generic/bits/socket.h
Update to musl 1.2.0.
[wasi-libc.git] / libc-top-half / musl / arch / generic / bits / socket.h
index 1f73b995c68a61e5c1a291cb7dc4f98ea8ae9885..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,15 +0,0 @@
-struct msghdr {
-       void *msg_name;
-       socklen_t msg_namelen;
-       struct iovec *msg_iov;
-       int msg_iovlen;
-       void *msg_control;
-       socklen_t msg_controllen;
-       int msg_flags;
-};
-
-struct cmsghdr {
-       socklen_t cmsg_len;
-       int cmsg_level;
-       int cmsg_type;
-};