Skip to content

Commit

Permalink
Don't build emulate_wait4.o.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Dec 11, 2024
1 parent 627643c commit d193459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ LIBC_TOP_HALF_MUSL_SOURCES = \
legacy/getpagesize.c \
thread/thrd_sleep.c \
) \
$(filter-out %/procfdname.c %/syscall.c %/syscall_ret.c %/vdso.c %/version.c, \
$(filter-out %/procfdname.c %/syscall.c %/syscall_ret.c %/vdso.c %/version.c %/emulate_wait4.c, \
$(wildcard $(LIBC_TOP_HALF_MUSL_SRC_DIR)/internal/*.c)) \
$(filter-out %/flockfile.c %/funlockfile.c %/__lockfile.c %/ftrylockfile.c \
%/rename.c \
Expand Down

0 comments on commit d193459

Please sign in to comment.