summaryrefslogtreecommitdiff
path: root/test/mmap/mmap.c
AgeCommit message (Collapse)Author
2016-10-28test: remove test suiteWaldemar Brodkorb
The test suite is now a developed in a separate git repository. See here: http://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng-test.git The test suite should be just like every other software compiled with the cross-toolchain. In the past strange problems where found when the test suite got build in the toolchain creation step.
2005-09-07clean up code and make it easy to extendMike Frysinger
2003-02-26Prefer mmap2 for mips when available. Fix the mmap test.Eric Andersen
-Erik
2001-05-25The mmap syscall has 6 arguments, which has various implementationsDavid Schleef
on different architectures.