Fixes apple compilation

This commit is contained in:
Erik Zandvliet 2014-05-02 09:42:11 +02:00
parent 3ac6ae0704
commit 59c1023447

View file

@ -172,6 +172,7 @@ namespace IPC {
}
#if !defined __APPLE__
///\brief Unmaps a shared page if allowed
void sharedPage::unmap() {
if (mapped && len) {
@ -198,7 +199,6 @@ namespace IPC {
}
#if !defined __APPLE__
///brief Creates a shared page
///\param name_ The name of the page to be created
///\param len_ The size to make the page