Skip to content

Commit 24ea1e2

Browse files
yamtjohn-sharratt
authored andcommitted
Enable flockfile and friends (WebAssembly#362)
1 parent 0478f9d commit 24ea1e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ LIBC_TOP_HALF_MUSL_SOURCES += \
223223
$(addprefix $(LIBC_TOP_HALF_MUSL_SRC_DIR)/, \
224224
env/__init_tls.c \
225225
stdio/__lockfile.c \
226+
stdio/flockfile.c \
227+
stdio/ftrylockfile.c \
228+
stdio/funlockfile.c \
226229
thread/__lock.c \
227230
thread/__wait.c \
228231
thread/__timedwait.c \

0 commit comments

Comments
 (0)