OSDN Git Service

Fix msync() redefinition for noMMU build
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 27 Oct 2010 20:18:23 +0000 (22:18 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 27 Oct 2010 20:20:40 +0000 (22:20 +0200)
commitfe713659049ac9127b58f2268004037e83e2cac4
treec4f43aebadfc8bc924f7fc38f036a37b8e2b8570
parent9a4c8a3f2c753f4cee4bcbe23d28e23bbdb99e40
Fix msync() redefinition for noMMU build

An architecture that _may_ have a MMU (and thus implements
the msync syscall), but for which the kernel and uClibc are built as
noMMU, we have a stub for msync.

Thanks to Steven J. Magnani for noticing.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/sysdeps/linux/common/Makefile.in