X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fi386%2Fbits%2Fsocket.h;fp=arch%2Fi386%2Fbits%2Fsocket.h;h=36febbc2226b66b09f92ba3e51142e9738c139cc;hb=96107564e2eabbc13800fe7a7d930b67216d0805;hp=c464ed906bea04293986c980f6dc7a09ae41a24e;hpb=90e123f4a810d17c6bd8c2102939f6416481427e;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; +};