summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/mmap.c (follow)
AgeCommit message (Collapse)Author
2015-03-12posix: Return error code if mmap is usedsmp-fr-1Daniel Cederman
2015-03-12posix: Move function to file with matching nameDaniel Cederman
mmap was previously in munmap.c and munmap was in mmap.c.
2014-11-20sys/mman.h: New file. Clean up and add supporting stubsJoel Sherrill
* Makefile.am updated and preinstall.am regenerated. * mprotect.c had a prototype removed now that we have mman.h * mmap.c, munmap.c: New stub files.