aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-03-14 11:12:24 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-14 11:12:24 +0000
commit6326c00d0206627b63fe7b70e4f43a9b95d8d065 (patch)
tree4f9f7d0a3ca6bee1989df5b095b2fc6945a1f76b
parentbc1c1b833d0b4b6c56744a53b54dd9fdcc3c303b (diff)
parent6f6b22e921d47ab5a6625199f609d2bbfb409061 (diff)
downloadstlport-6326c00d0206627b63fe7b70e4f43a9b95d8d065.tar.gz
am 6f6b22e9: Merge "Fix 64 bit builds."
* commit '6f6b22e921d47ab5a6625199f609d2bbfb409061': Fix 64 bit builds.
-rw-r--r--stlport/stl/_clocale.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stlport/stl/_clocale.h b/stlport/stl/_clocale.h
index 2dcf39a..23622da 100644
--- a/stlport/stl/_clocale.h
+++ b/stlport/stl/_clocale.h
@@ -30,8 +30,8 @@
# if defined (_STLP_IMPORT_VENDOR_CSTD)
_STLP_BEGIN_NAMESPACE
-using _STLP_VENDOR_CSTD::lconv;
# if !defined (_STLP_NO_CSTD_FUNCTION_IMPORTS) && !defined(__ANDROID__)
+using _STLP_VENDOR_CSTD::lconv;
using _STLP_VENDOR_CSTD::localeconv;
using _STLP_VENDOR_CSTD::setlocale;
# endif