Fixes apple compilation
This commit is contained in:
parent
3ac6ae0704
commit
59c1023447
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue