File tree Expand file tree Collapse file tree
expected/wasm32-wasi/posix Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -195,6 +195,9 @@ LIBC_TOP_HALF_MUSL_SOURCES += \
195195 $(addprefix $(LIBC_TOP_HALF_MUSL_SRC_DIR ) /, \
196196 env/__init_tls.c \
197197 stdio/__lockfile.c \
198+ stdio/flockfile.c \
199+ stdio/ftrylockfile.c \
200+ stdio/funlockfile.c \
198201 thread/__lock.c \
199202 thread/__wait.c \
200203 thread/__timedwait.c \
Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ __qsort_r
221221__rand48_step
222222__random_lockptr
223223__reallocarray
224+ __register_locked_file
224225__release_ptc
225226__rem_pio2
226227__rem_pio2_large
@@ -649,6 +650,7 @@ fileno
649650fileno_unlocked
650651finite
651652finitef
653+ flockfile
652654floor
653655floorf
654656floorl
@@ -704,6 +706,8 @@ ftello
704706ftello64
705707ftime
706708ftruncate
709+ ftrylockfile
710+ funlockfile
707711futimens
708712futimesat
709713fwide
You can’t perform that action at this time.
0 commit comments