diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-07 22:16:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-07 22:16:43 +0000 |
commit | 27f04c4b3ed2ec3d3469615d303e41ed61b1c32f (patch) | |
tree | 08df2c091e379682dda6346275d4588426b09de4 /libc/sysdeps/linux/i386/Makefile | |
parent | bc5829aeab779ceb1389e218e641f14412483f16 (diff) |
grab a tiny mmap implementation from glibc
Diffstat (limited to 'libc/sysdeps/linux/i386/Makefile')
-rw-r--r-- | libc/sysdeps/linux/i386/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile index e7cee0c0b..bde820b2b 100644 --- a/libc/sysdeps/linux/i386/Makefile +++ b/libc/sysdeps/linux/i386/Makefile @@ -25,7 +25,7 @@ SCRT_OBJ = $(patsubst %,S%, $(CRT_OBJ)) CTOR_TARGETS=$(TOPDIR)lib/crti.o $(TOPDIR)lib/crtn.o SSRC=__longjmp.S vfork.S clone.S setjmp.S bsd-setjmp.S \ - bsd-_setjmp.S syscall.S mmap64.S + bsd-_setjmp.S syscall.S mmap.S mmap64.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) CSRC=brk.c sigaction.c __syscall_error.c |