• L
    Fix build without glibc · 45a2f2d8
    lovro 提交于
    Summary: The preprocessor does not follow normal rules of && evaluation, tries to evaluate __GLIBC_PREREQ(2, 12) even though the defined() check fails.  This breaks the build if __GLIBC_PREREQ is absent.
    
    Test Plan: Try adding #undef __GLIBC_PREREQ above the offending line, build no longer breaks
    
    Reviewed By: igor
    
    Blame Rev: 4c813836
    45a2f2d8
env_posix.cc 40.2 KB