diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/common/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index 0ef5922eb..84b29ac53 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -21,10 +21,6 @@ include $(TOPDIR)Rules.mak SRCS = $(wildcard *.c) -ifeq ($(strip $(PTHREADS_NATIVE)),y) -SRCS := $(filter-out fork.c,$(SRCS)) -endif - ifeq ($(strip $(EXCLUDE_BRK)),y) SRCS := $(filter-out sbrk.c,$(SRCS)) endif |