summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/bfin/Makefile.arch
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-01-05 10:40:03 +0000
committerMike Frysinger <vapier@gentoo.org>2008-01-05 10:40:03 +0000
commit0b17a6561ecebd5d0bbc5a28074158ccf03775e9 (patch)
tree2c2ca8183a020a70f150f21ec835e1194a289318 /libc/sysdeps/linux/bfin/Makefile.arch
parent124ec188720b6bdea85ade49e7ea195161b12fce (diff)
if an arch does not provide __NR_mmap, fall back to __NR_mmap2 (this just generalizes what Blackfin was already doing)
Diffstat (limited to 'libc/sysdeps/linux/bfin/Makefile.arch')
-rw-r--r--libc/sysdeps/linux/bfin/Makefile.arch2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/bfin/Makefile.arch b/libc/sysdeps/linux/bfin/Makefile.arch
index fa62cc610..7a428b380 100644
--- a/libc/sysdeps/linux/bfin/Makefile.arch
+++ b/libc/sysdeps/linux/bfin/Makefile.arch
@@ -5,7 +5,7 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
-CSRC := brk.c bsdsetjmp.c clone.c syscall.c mmap.c
+CSRC := brk.c bsdsetjmp.c clone.c syscall.c
SSRC := __longjmp.S setjmp.S bsd-_setjmp.S vfork.S