diff options
Diffstat (limited to 'libcxx/src/locale.cpp')
-rw-r--r-- | libcxx/src/locale.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/src/locale.cpp b/libcxx/src/locale.cpp index d95d0c9c954..ac1952151a0 100644 --- a/libcxx/src/locale.cpp +++ b/libcxx/src/locale.cpp @@ -1015,6 +1015,8 @@ ctype<char>::classic_table() _NOEXCEPT // going to end up dereferencing it later... #elif defined(EMSCRIPTEN) return *__ctype_b_loc(); +#elif defined(_AIX) + return (const unsigned long *)__lc_ctype_ptr->obj->mask; #else // Platform not supported: abort so the person doing the port knows what to // fix |