We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0478f9d commit 24ea1e2Copy full SHA for 24ea1e2
Makefile
@@ -223,6 +223,9 @@ LIBC_TOP_HALF_MUSL_SOURCES += \
223
$(addprefix $(LIBC_TOP_HALF_MUSL_SRC_DIR)/, \
224
env/__init_tls.c \
225
stdio/__lockfile.c \
226
+ stdio/flockfile.c \
227
+ stdio/ftrylockfile.c \
228
+ stdio/funlockfile.c \
229
thread/__lock.c \
230
thread/__wait.c \
231
thread/__timedwait.c \
0 commit comments