diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-09 00:30:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-09 00:30:56 +0000 |
commit | 5303a70090343a1d45886d70265d02f50b86627b (patch) | |
tree | 9b066cf96fd46e1e1e91d1b213e25a25b8686ec3 /libc/sysdeps/linux/x86_64/Makefile | |
parent | d29acb5c67ffc02ee011f6e3ae4eab0f959aac1f (diff) |
the generic mmap.c is not good enough for us, we need the syscall6() version
Diffstat (limited to 'libc/sysdeps/linux/x86_64/Makefile')
-rw-r--r-- | libc/sysdeps/linux/x86_64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/x86_64/Makefile b/libc/sysdeps/linux/x86_64/Makefile index 167ebb167..3c48d9e0b 100644 --- a/libc/sysdeps/linux/x86_64/Makefile +++ b/libc/sysdeps/linux/x86_64/Makefile @@ -27,7 +27,7 @@ CTOR_TARGETS=$(TOPDIR)lib/crti.o $(TOPDIR)lib/crtn.o SSRC=__longjmp.S vfork.S setjmp.S syscall.S bsd-setjmp.S bsd-_setjmp.S clone.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) -CSRC=brk.c sigaction.c __syscall_error.c +CSRC=brk.c sigaction.c __syscall_error.c mmap.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(SOBJS) $(COBJS) |