From 3a0418381de171ec4b16c6b7bd2b0004311fb1c3 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 29 Jan 2002 14:54:33 +0000 Subject: Doh! I'd included sbrk.o twice... --- libc/sysdeps/linux/common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc') diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index 63eb9f041..d84648724 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -27,7 +27,7 @@ include $(TOPDIR)Rules.mak CSRC= waitpid.c kernel_version.c statfix.c getdnnm.c gethstnm.c \ mkfifo.c setegid.c wait.c errno.c getpagesize.c seteuid.c \ wait3.c setpgrp.c getdtablesize.c create_module.c ptrace.c \ - cmsg_nxthdr.c open64.c statfix64.c statfs64.c sbrk.c + cmsg_nxthdr.c open64.c statfix64.c statfs64.c ifneq ($(strip $(EXCLUDE_BRK)),true) CSRC+=sbrk.c endif -- cgit v1.2.3