[libcxx-commits] [libcxx] [llvm] [libc++] Fix compilation for NetBSD. (PR #143055)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 5 21:49:16 PDT 2025
================
@@ -1179,6 +1179,7 @@ if (current_toolchain == default_toolchain) {
"__locale_dir/support/freebsd.h",
"__locale_dir/support/fuchsia.h",
"__locale_dir/support/linux.h",
+ "__locale_dir/support/netbsd.h",
"__locale_dir/support/no_locale/characters.h",
----------------
Zingam wrote:
```suggestion
"__locale_dir/support/linux.h",
"__locale_dir/support/no_locale/characters.h",
```
AFAIK. This file is not updated manually.
https://github.com/llvm/llvm-project/pull/143055
More information about the libcxx-commits
mailing list