summaryrefslogtreecommitdiff
path: root/src/include/config_elast.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-01-06 20:13:54 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-01-06 20:13:54 +0000
commit4a2db4d30e1653093d4d8b06e8221e2f8b723507 (patch)
tree941a9d805eb2afbba58f445381819ba0e1dc355f /src/include/config_elast.h
parentcb08bb04c85c6dcd3d951725505317c31eeff323 (diff)
Notes
Diffstat (limited to 'src/include/config_elast.h')
-rw-r--r--src/include/config_elast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/config_elast.h b/src/include/config_elast.h
index dd736d1a5e3a..97104290d883 100644
--- a/src/include/config_elast.h
+++ b/src/include/config_elast.h
@@ -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: