config_elast: fix typo (NFC)

Missed the original typo which was duplicated.  NFC.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@291192 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Saleem Abdulrasool
2017-01-05 23:25:44 +00:00
parent aa6429dc41
commit f3de2448e9

View File

@@ -30,7 +30,7 @@
// No _LIBCPP_ELAST needed on Apple // No _LIBCPP_ELAST needed on Apple
#elif defined(__sun__) #elif defined(__sun__)
#define _LIBCPP_ELAST ESTALE #define _LIBCPP_ELAST ESTALE
#elif defined(_LIBCPP_MSCVRT) #elif defined(_LIBCPP_MSVCRT)
#define _LIBCPP_ELAST _sys_nerr #define _LIBCPP_ELAST _sys_nerr
#else #else
// Warn here so that the person doing the libcxx port has an easier time: // Warn here so that the person doing the libcxx port has an easier time: