summaryrefslogtreecommitdiffstats
path: root/libcxx/include/cwchar
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/cwchar')
-rw-r--r--libcxx/include/cwchar4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/include/cwchar b/libcxx/include/cwchar
index 8e788fc764e..eed6de18f1a 100644
--- a/libcxx/include/cwchar
+++ b/libcxx/include/cwchar
@@ -151,9 +151,13 @@ using ::wcstof;
using ::wcstold;
#endif // _MSC_VER
using ::wcstol;
+#ifndef _LIBCPP_HAS_NO_LONG_LONG
using ::wcstoll;
+#endif // _LIBCPP_HAS_NO_LONG_LONG
using ::wcstoul;
+#ifndef _LIBCPP_HAS_NO_LONG_LONG
using ::wcstoull;
+#endif // _LIBCPP_HAS_NO_LONG_LONG
using ::wcscpy;
using ::wcsncpy;
using ::wcscat;
OpenPOWER on IntegriCloud