summaryrefslogtreecommitdiffstats
path: root/libstdc++/include/cctype
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++/include/cctype')
-rw-r--r--libstdc++/include/cctype4
1 files changed, 4 insertions, 0 deletions
diff --git a/libstdc++/include/cctype b/libstdc++/include/cctype
index e23656142..e0eb98128 100644
--- a/libstdc++/include/cctype
+++ b/libstdc++/include/cctype
@@ -36,6 +36,8 @@
#include <ctype.h>
+extern "C++" {
+
namespace std
{
using ::isalnum;
@@ -53,4 +55,6 @@ using ::tolower;
using ::toupper;
} // namespace std
+} // extern C++
+
#endif // BIONIC_LIBSTDCPP_INCLUDE_CCTYPE__