aboutsummaryrefslogtreecommitdiff
path: root/system/lib/libcxx/locale.cpp
diff options
context:
space:
mode:
authorjulien.hamaide <julien.hamaide@fishingcactus.com>2012-02-08 13:59:06 +0100
committerjulien.hamaide <julien.hamaide@fishingcactus.com>2012-02-08 13:59:06 +0100
commit595717c22f51d0bb2035bceacffd02a280ef6218 (patch)
treec300df5b435e3d3f5c47d1e417324bc3dd6d5a8b /system/lib/libcxx/locale.cpp
parent29fbebcc21df391a8f244d39634812a4fe6d2e5e (diff)
Missing files
Fix to keep library.js unchanged
Diffstat (limited to 'system/lib/libcxx/locale.cpp')
-rw-r--r--system/lib/libcxx/locale.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/lib/libcxx/locale.cpp b/system/lib/libcxx/locale.cpp
index 0530b7af..4675fec3 100644
--- a/system/lib/libcxx/locale.cpp
+++ b/system/lib/libcxx/locale.cpp
@@ -910,7 +910,7 @@ ctype<char>::do_narrow(const char_type* low, const char_type* high, char dfault,
}
// XXX Emscripten define local table
-extern "C" const unsigned int ** __ctype_b_loc();
+extern "C" const unsigned short ** __ctype_b_loc();
extern "C" const int ** __ctype_tolower_loc();
extern "C" const int ** __ctype_toupper_loc();