================ 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