eugenis added inline comments. ================ Comment at: lib/sanitizer_common/sanitizer_errno.cc:25 +#else +int errno_EOWNERDEAD = -1; +#endif ---------------- Add COMPILER_CHECK()s for other errno codes instead of the test. https://reviews.llvm.org/D35026