OSDN Git Service

if an arch does not provide __NR_mmap, fall back to __NR_mmap2 (this just generalizes...
authorMike Frysinger <vapier@gentoo.org>
Sat, 5 Jan 2008 10:40:03 +0000 (10:40 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 5 Jan 2008 10:40:03 +0000 (10:40 -0000)
commit0b17a6561ecebd5d0bbc5a28074158ccf03775e9
tree2c2ca8183a020a70f150f21ec835e1194a289318
parent124ec188720b6bdea85ade49e7ea195161b12fce
if an arch does not provide __NR_mmap, fall back to __NR_mmap2 (this just generalizes what Blackfin was already doing)
libc/sysdeps/linux/bfin/Makefile.arch
libc/sysdeps/linux/bfin/mmap.c [deleted file]
libc/sysdeps/linux/common/mmap.c