summaryrefslogtreecommitdiffstats
path: root/9/sources/android/support/include/string.h
diff options
context:
space:
mode:
Diffstat (limited to '9/sources/android/support/include/string.h')
-rw-r--r--9/sources/android/support/include/string.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/9/sources/android/support/include/string.h b/9/sources/android/support/include/string.h
index d2edd19..732df75 100644
--- a/9/sources/android/support/include/string.h
+++ b/9/sources/android/support/include/string.h
@@ -28,9 +28,10 @@
#ifndef NDK_ANDROID_SUPPORT_STRING_H
#define NDK_ANDROID_SUPPORT_STRING_H
-// __LP64__
-
#include_next <string.h>
+
+#if !defined(__LP64__)
+
#include <xlocale.h>
#ifdef __cplusplus
@@ -44,4 +45,6 @@ size_t strxfrm_l(char *, const char *, size_t, locale_t);
} // extern "C"
#endif
+#endif // !__LP64__
+
#endif // NDK_ANDROID_SUPPORT_STRING_H