summaryrefslogtreecommitdiffstats
path: root/cpukit/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-11-06 16:16:56 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-11-20 12:57:33 -0600
commit287843f14c2ed7bd3c02f837ac1d70d6a2659e22 (patch)
treea8df35c4b879d7000c77250f7925a5bf0f5ed033 /cpukit/Makefile.am
parentlibdl/.../mips/machine/elf_machdep.h: Fix typo so compiles (diff)
downloadrtems-287843f14c2ed7bd3c02f837ac1d70d6a2659e22.tar.bz2
sys/mman.h: New file. Clean up and add supporting stubs
* 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.
Diffstat (limited to 'cpukit/Makefile.am')
-rw-r--r--cpukit/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 38525fe3b8..9a78587e31 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -50,6 +50,7 @@ include_sys_HEADERS =
include_HEADERS += include/crypt.h
include_HEADERS += include/memory.h
+include_sys_HEADERS += posix/include/sys/mman.h
include_sys_HEADERS += libcsupport/include/sys/ioccom.h
include_sys_HEADERS += libcsupport/include/sys/event.h
include_sys_HEADERS += libcsupport/include/sys/filio.h