Commit 4c14f1f
authored
Fix compat between libc++ and emscripten's xlocale.h (emscripten-core#23414)
libc++ was assuming that musl doesn't have `xlocale.h` which is true,
but emscripten adds xlocale.h for compatibility (I'm not sure we really
need to, but we do).
Fixes: emscripten-core#234131 parent 9aa4df6 commit 4c14f1f
File tree
3 files changed
+9
-3
lines changed- system/lib/libcxx/include/__locale_dir
- test
- other
3 files changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | | - | |
29 | | - | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | 7 | | |
3 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14279 | 14279 | | |
14280 | 14280 | | |
14281 | 14281 | | |
| 14282 | + | |
14282 | 14283 | | |
14283 | 14284 | | |
14284 | 14285 | | |
| |||
0 commit comments