We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a5dbc commit 8048aebCopy full SHA for 8048aeb
2 files changed
Makefile
@@ -137,7 +137,7 @@ LIBC_TOP_HALF_MUSL_SOURCES = \
137
$(wildcard $(LIBC_TOP_HALF_MUSL_SRC_DIR)/stdio/*.c)) \
138
$(filter-out %/strsignal.c, \
139
$(wildcard $(LIBC_TOP_HALF_MUSL_SRC_DIR)/string/*.c)) \
140
- $(filter-out %/dcngettext.c %/textdomain.c, \
+ $(filter-out %/dcngettext.c %/textdomain.c %/bind_textdomain_codeset.c, \
141
$(wildcard $(LIBC_TOP_HALF_MUSL_SRC_DIR)/locale/*.c)) \
142
$(wildcard $(LIBC_TOP_HALF_MUSL_SRC_DIR)/stdlib/*.c) \
143
$(wildcard $(LIBC_TOP_HALF_MUSL_SRC_DIR)/search/*.c) \
expected/wasm32-wasi/defined-symbols.txt
@@ -313,7 +313,6 @@ atoll
313
basename
314
bcmp
315
bcopy
316
-bind_textdomain_codeset
317
bsearch
318
btowc
319
bzero
0 commit comments