[Openmp-commits] [PATCH] D25071: [openmp] fix a compile error on musl-libc

Michał Górny via Openmp-commits openmp-commits at lists.llvm.org
Thu Oct 6 07:17:05 PDT 2016


mgorny added inline comments.


> kmp_i18n.c:812
>  
> -        #if KMP_OS_LINUX
> +        #if KMP_OS_LINUX && __GLIBC__
>  

Hmm, wouldn't it be reasonable to just check for __GLIBC__? I think non-Linux (Hurd?) glibc would have the same signature, wouldn't it?

https://reviews.llvm.org/D25071





More information about the Openmp-commits mailing list