summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-06-27 08:23:23 +0000
committerEric Andersen <andersen@codepoet.org>2003-06-27 08:23:23 +0000
commitbd18f549e7e88c9b3121d7db6502ecb362149004 (patch)
tree017a35ce83149e39189e9f7a67b7f1ae3deea4e1 /libc/sysdeps/linux/i386/Makefile
parent690f8b5a1e1a2e509acc17dea2187ff87a849fdb (diff)
add mmap64 for i386
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 c7e1db947..b3bb06df6 100644
--- a/libc/sysdeps/linux/i386/Makefile
+++ b/libc/sysdeps/linux/i386/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 syscall.S
+ bsd-_setjmp.S syscall.S mmap64.S
ifeq ($(strip $(UCLIBC_PROFILING)),y)
SSRC+=mcount.S
endif