From 287843f14c2ed7bd3c02f837ac1d70d6a2659e22 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 6 Nov 2014 16:16:56 -0600 Subject: 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. --- cpukit/posix/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/posix/Makefile.am') diff --git a/cpukit/posix/Makefile.am b/cpukit/posix/Makefile.am index 346b65aa2d..9d6fd48f59 100644 --- a/cpukit/posix/Makefile.am +++ b/cpukit/posix/Makefile.am @@ -91,7 +91,9 @@ libposix_a_SOURCES += src/cond.c src/condattrdestroy.c \ src/condtimedwait.c src/condwait.c src/condwaitsupp.c src/condget.c ## MEMORY_C_FILES +libposix_a_SOURCES += src/mmap.c libposix_a_SOURCES += src/mprotect.c +libposix_a_SOURCES += src/munmap.c ## MESSAGE_QUEUE_C_FILES libposix_a_SOURCES += src/mqueue.c src/mqueueclose.c \ -- cgit v1.2.3