X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fi386%2Fbits%2Fsocket.h;h=36febbc2226b66b09f92ba3e51142e9738c139cc;hb=121e3a38a1d0b324696fc1671029e4b815ea7fa4;hp=c464ed906bea04293986c980f6dc7a09ae41a24e;hpb=b0c088ee550634e07a6289a8ac98cb8009f81c66;p=musl diff --git a/arch/i386/bits/socket.h b/arch/i386/bits/socket.h index c464ed90..36febbc2 100644 --- a/arch/i386/bits/socket.h +++ b/arch/i386/bits/socket.h @@ -8,3 +8,10 @@ struct msghdr socklen_t msg_controllen; int msg_flags; }; + +struct cmsghdr +{ + socklen_t cmsg_len; + int cmsg_level; + int cmsg_type; +};