diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-01-29 14:54:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-01-29 14:54:33 +0000 |
commit | 3a0418381de171ec4b16c6b7bd2b0004311fb1c3 (patch) | |
tree | 85ffd6d5ff53e5a45b734c4f18580111e9d6da9d | |
parent | b1c0f6d464e0f1f8b82e9d53e91163855227a5a3 (diff) |
Doh! I'd included sbrk.o twice...
-rw-r--r-- | libc/sysdeps/linux/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |