summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/sys (follow)
Commit message (Collapse)AuthorAgeFilesLines
* posix: move sys/mman.h to newlib and test it in psxhdrsGedare Bloom2017-01-131-189/+0
|
* sys/mman.h: New file. Clean up and add supporting stubsJoel Sherrill2014-11-201-0/+189
* 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.