summaryrefslogtreecommitdiff
path: root/test/mmap/mmap2.c
AgeCommit message (Collapse)Author
2016-06-15test: mmap2 is not ARM specificWaldemar Brodkorb
2016-06-08test: add new mmap tests from glibcWaldemar Brodkorb
Rename mmap2 test as this is a ARM specific test, only execute on ARM systems. Add more new tests from glibc.
2012-01-16tests: mmap2: ignore permission denied errors on /dev/memMike Frysinger
Non-root users can't open /dev/mem, so it makes it hard to pass. Ignore that case. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2007-05-15Fix arm mmap when using mmap2 syscall. Fixes bug #1303Khem Raj