X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=arch%2Fpowerpc%2Fbits%2Fsocket.h;h=26d1010f70babe04db165bf4e26307daf307707b;hp=3d97193a7a3d456a5d22c427e22d60a098376c5d;hb=ae67fe1aadb12db2d01eb7af0a3d837296216101;hpb=1c8eb8bad791fe9d01d0d4ab77882db634fa933d diff --git a/arch/powerpc/bits/socket.h b/arch/powerpc/bits/socket.h index 3d97193a..26d1010f 100644 --- a/arch/powerpc/bits/socket.h +++ b/arch/powerpc/bits/socket.h @@ -9,6 +9,13 @@ struct msghdr unsigned msg_flags; }; +struct cmsghdr +{ + socklen_t cmsg_len; + int cmsg_level; + int cmsg_type; +}; + #define SO_DEBUG 1 #define SO_REUSEADDR 2 #define SO_TYPE 3