mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-24 03:32:35 +08:00
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:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user