[libcxx-commits] [libcxx] [libc++] Fix the locale base API on Linux with musl (PR #128936)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 26 14:19:42 PST 2025
https://github.com/ldionne approved this pull request.
LGTM, thanks for the fix and sorry for the slow reaction time.
Do you know if this means we can actually get rid of this code path in `locale_base_api.h`?
```
# elif defined(__wasi__) || _LIBCPP_HAS_MUSL_LIBC
# include <__locale_dir/locale_base_api/musl.h>
```
https://github.com/llvm/llvm-project/pull/128936
More information about the libcxx-commits
mailing list