X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fi386%2Fbits%2Fsocket.h;h=9d6722b901d495407777d09b22f7232aa745558b;hb=9b96220e5a9d1648c84060357ebe473e2afbe45c;hp=b32306254fe016a4239a3e7af3575f2734218066;hpb=1355fdca7cb923c93f9011d8e9dcf49e1a67e537;p=musl diff --git a/arch/i386/bits/socket.h b/arch/i386/bits/socket.h index b3230625..9d6722b9 100644 --- a/arch/i386/bits/socket.h +++ b/arch/i386/bits/socket.h @@ -201,7 +201,6 @@ struct linger ((struct cmsghdr *)__CMSG_NEXT(cmsg)))) #define CMSG_FIRSTHDR(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0) -/* Are these valid? */ #define CMSG_ALIGN(len) (((len) + sizeof (size_t) - 1) & (size_t) ~(sizeof (size_t) - 1)) #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr))) #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len))