[libcxx] r291192 - config_elast: fix typo (NFC)
Saleem Abdulrasool via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 5 15:25:44 PST 2017
Author: compnerd
Date: Thu Jan 5 17:25:44 2017
New Revision: 291192
URL: http://llvm.org/viewvc/llvm-project?rev=291192&view=rev
Log:
config_elast: fix typo (NFC)
Missed the original typo which was duplicated. NFC.
Modified:
libcxx/trunk/src/include/config_elast.h
Modified: libcxx/trunk/src/include/config_elast.h
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/src/include/config_elast.h?rev=291192&r1=291191&r2=291192&view=diff
==============================================================================
--- libcxx/trunk/src/include/config_elast.h (original)
+++ libcxx/trunk/src/include/config_elast.h Thu Jan 5 17:25:44 2017
@@ -30,7 +30,7 @@
// No _LIBCPP_ELAST needed on Apple
#elif defined(__sun__)
#define _LIBCPP_ELAST ESTALE
-#elif defined(_LIBCPP_MSCVRT)
+#elif defined(_LIBCPP_MSVCRT)
#define _LIBCPP_ELAST _sys_nerr
#else
// Warn here so that the person doing the libcxx port has an easier time:
More information about the cfe-commits
mailing list