summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-03-31 01:03:15 +0000
committerEric Andersen <andersen@codepoet.org>2002-03-31 01:03:15 +0000
commit8ba7d3bab5a6510fa5ee12d033eb0a26966ea3d3 (patch)
treee41519f92e77b3dc31a0033935891bbdda4097bd /libc/sysdeps/linux/i386/Makefile
parentf5980ff9299c469eb5c6920e67e9bf2b70925bba (diff)
Add in support for ftruncate64 on both ARM and x86
-Erik
Diffstat (limited to 'libc/sysdeps/linux/i386/Makefile')
-rw-r--r--libc/sysdeps/linux/i386/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile
index c15751ee1..51a013620 100644
--- a/libc/sysdeps/linux/i386/Makefile
+++ b/libc/sysdeps/linux/i386/Makefile
@@ -42,7 +42,7 @@ ifeq ($(UNIFIED_SYSCALL),true)
endif
SOBJS=$(patsubst %.S,%.o, $(SSRC))
-CSRC=brk.c
+CSRC=brk.c ftruncate64.c
COBJS=$(patsubst %.c,%.o, $(CSRC))
OBJS=$(SOBJS) $(COBJS)