summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-06-27 08:37:55 +0000
committerEric Andersen <andersen@codepoet.org>2003-06-27 08:37:55 +0000
commit5c47d5a02a975e14a1ddf867d8632add0085b47c (patch)
treef4df20b00ce1808701ef233ddbffbd3f16957bdf /libc/sysdeps/linux/arm/Makefile
parentbd18f549e7e88c9b3121d7db6502ecb362149004 (diff)
Implement mmap64 for arm
Diffstat (limited to 'libc/sysdeps/linux/arm/Makefile')
-rw-r--r--libc/sysdeps/linux/arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/Makefile b/libc/sysdeps/linux/arm/Makefile
index 02a0cedc1..5fd0bbe85 100644
--- a/libc/sysdeps/linux/arm/Makefile
+++ b/libc/sysdeps/linux/arm/Makefile
@@ -25,7 +25,7 @@ CRT0_OBJ = crt0.o crt1.o gcrt1.o
CRT0_DEPS=gmon-start.S
SSRC=__longjmp.S vfork.S clone.S setjmp.S bsd-setjmp.S \
- bsd-_setjmp.S sigrestorer.S
+ bsd-_setjmp.S sigrestorer.S mmap64.S
SOBJS=$(patsubst %.S,%.o, $(SSRC))
CSRC=brk.c syscall.c ioperm.c sigaction.c