From fe1ccca2776129541f1c4f645e4d1de89a22a031 Mon Sep 17 00:00:00 2001 From: patrick Date: Sat, 3 Sep 2016 18:39:32 +0000 Subject: Import libc++ 3.9.0 --- lib/libcxx/include/support/android/locale_bionic.h | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lib/libcxx/include/support/android/locale_bionic.h (limited to 'lib/libcxx/include/support/android') diff --git a/lib/libcxx/include/support/android/locale_bionic.h b/lib/libcxx/include/support/android/locale_bionic.h new file mode 100644 index 00000000000..1365563ee48 --- /dev/null +++ b/lib/libcxx/include/support/android/locale_bionic.h @@ -0,0 +1,31 @@ +// -*- C++ -*- +//===------------------- support/android/locale_bionic.h ------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +#ifndef _LIBCPP_SUPPORT_ANDROID_LOCALE_BIONIC_H +#define _LIBCPP_SUPPORT_ANDROID_LOCALE_BIONIC_H + +#if defined(__ANDROID__) + +#ifdef __cplusplus +extern "C" { +#endif + +#include +#include + +#ifdef __cplusplus +} +#endif + +#include +#include + +#endif // defined(__ANDROID__) +#endif // _LIBCPP_SUPPORT_ANDROID_LOCALE_BIONIC_H -- cgit v1.2.3-59-g8ed1b