aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/libcxx/include/clocale
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/libcxx/include/clocale')
-rw-r--r--contrib/llvm-project/libcxx/include/clocale4
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/llvm-project/libcxx/include/clocale b/contrib/llvm-project/libcxx/include/clocale
index 8fe91fc5a3a4..ed8c7d240633 100644
--- a/contrib/llvm-project/libcxx/include/clocale
+++ b/contrib/llvm-project/libcxx/include/clocale
@@ -1,5 +1,5 @@
// -*- C++ -*-
-//===--------------------------- clocale ----------------------------------===//
+//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
@@ -44,9 +44,7 @@ lconv* localeconv();
_LIBCPP_BEGIN_NAMESPACE_STD
using ::lconv _LIBCPP_USING_IF_EXISTS;
-#ifndef _LIBCPP_HAS_NO_THREAD_UNSAFE_C_FUNCTIONS
using ::setlocale _LIBCPP_USING_IF_EXISTS;
-#endif
using ::localeconv _LIBCPP_USING_IF_EXISTS;
_LIBCPP_END_NAMESPACE_STD