Hi mclow.lists, K-ballo, EricWF, http://reviews.llvm.org/D6558
Files: include/__config
Index: include/__config =================================================================== --- include/__config +++ include/__config @@ -645,12 +645,12 @@ #if defined(ELAST) #define _LIBCPP_ELAST ELAST -#elif defined(__linux__) +#elif defined(__linux__) || defined(__MINGW32__) #define _LIBCPP_ELAST 4095 #elif defined(_NEWLIB_VERSION) #define _LIBCPP_ELAST __ELASTERROR #elif defined(__APPLE__) -// Not _LIBCPP_ELAST needed on Apple +// No _LIBCPP_ELAST needed on Apple #elif defined(__sun__) #define _LIBCPP_ELAST ESTALE #else
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
