[PATCH] D24690: Replace __ANDROID__ with __BIONIC__.

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 17 21:17:56 PDT 2016


EricWF added inline comments.

================
Comment at: include/__config:340
@@ -339,3 +344,1 @@
 #if !defined(_LIBCPP_HAS_MUSL_LIBC)
-# include <features.h>
-#if __GLIBC_PREREQ(2, 15)
----------------
What happened to this include? I believe it's needed to get `__GLIBC_PREREQ`.


Repository:
  rL LLVM

https://reviews.llvm.org/D24690





More information about the cfe-commits mailing list