am af97e6d3: Add a _LIBCPP_ELAST configuration for MINGW.

* commit 'af97e6d31636794e59bad0be8e3744ae2bc58621':
  Add a _LIBCPP_ELAST configuration for MINGW.
This commit is contained in:
Dan Albert
2014-12-04 19:51:45 +00:00
committed by Android Git Automerger

View File

@@ -644,6 +644,8 @@ template <unsigned> struct __static_assert_check {};
#define _LIBCPP_ELAST __ELASTERROR
#elif defined(__APPLE__)
// Not _LIBCPP_ELAST needed on Apple
#elif defined(__MINGW__)
#define _LIBCPP_ELAST EWOULDBLOCK
#else
// Warn here so that the person doing the libcxx port has an easier time:
#warning This platform's ELAST hasn't been ported yet