[PATCH] D21034: [sanitizer] Fix build for new GLIBC msghdr/cmsghdr definition
Adhemerval Zanella via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 6 14:40:13 PDT 2016
zatrazz added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_platform_limits_posix.h:475
@@ -431,2 +474,3 @@
};
+# endif // __GLIBC_PREREQ (2, 24) && __WORDSIZE == 64
#endif
----------------
eugenis wrote:
> && defined(_LP64
Right, I will fix it on commit.
http://reviews.llvm.org/D21034
More information about the llvm-commits
mailing list