X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fmips%2Fbits%2Fsocket.h;fp=arch%2Fmips%2Fbits%2Fsocket.h;h=c464ed906bea04293986c980f6dc7a09ae41a24e;hb=6315004f6102dca44c4ba50654a36967b8b9c2a6;hp=0000000000000000000000000000000000000000;hpb=cd8d72451662f0157d06fcf666669db543dcea3b;p=musl diff --git a/arch/mips/bits/socket.h b/arch/mips/bits/socket.h new file mode 100644 index 00000000..c464ed90 --- /dev/null +++ b/arch/mips/bits/socket.h @@ -0,0 +1,10 @@ +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; +};