[PATCH] [libc++] Support newlib as libc++'s C library

Nico Weber thakis at chromium.org
Wed Sep 17 10:51:55 PDT 2014


================
Comment at: include/__locale:34
@@ -33,1 +33,3 @@
 
+// Newlib doesn't have the following C extensions for locales.
+#if defined(_NEWLIB_VERSION)
----------------
Is it possible to add this in newlib instead?

http://reviews.llvm.org/D5383






More information about the cfe-commits mailing list