File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
expected/wasm32-wasi/posix Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,9 @@ LIBC_TOP_HALF_MUSL_SOURCES += \
195
195
$(addprefix $(LIBC_TOP_HALF_MUSL_SRC_DIR ) /, \
196
196
env/__init_tls.c \
197
197
stdio/__lockfile.c \
198
+ stdio/flockfile.c \
199
+ stdio/ftrylockfile.c \
200
+ stdio/funlockfile.c \
198
201
thread/__lock.c \
199
202
thread/__wait.c \
200
203
thread/__timedwait.c \
Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ __qsort_r
221
221
__rand48_step
222
222
__random_lockptr
223
223
__reallocarray
224
+ __register_locked_file
224
225
__release_ptc
225
226
__rem_pio2
226
227
__rem_pio2_large
@@ -649,6 +650,7 @@ fileno
649
650
fileno_unlocked
650
651
finite
651
652
finitef
653
+ flockfile
652
654
floor
653
655
floorf
654
656
floorl
@@ -704,6 +706,8 @@ ftello
704
706
ftello64
705
707
ftime
706
708
ftruncate
709
+ ftrylockfile
710
+ funlockfile
707
711
futimens
708
712
futimesat
709
713
fwide
You can’t perform that action at this time.
0 commit comments