Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ACGL
acgl
Commits
1ed3727b
Commit
1ed3727b
authored
May 28, 2014
by
Martin Schultz
Browse files
* fixed memorymappedfilePosixImpl for apple
parent
c19494a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/ACGL/Utils/MemoryMappedFilePosixImpl.hh
View file @
1ed3727b
...
...
@@ -4,7 +4,7 @@
* Distributed under the terms of the MIT License (see LICENSE.TXT). *
**********************************************************************/
#pragma once
#ifdef
__unix
#if
def
ined (__unix)||defined (__APPLE__)
#include
"MemoryMappedFile.hh"
class
MemoryMappedFilePosixImpl
{
...
...
src/ACGL/Utils/MemoryMappedFilePosixImpl.cc
View file @
1ed3727b
...
...
@@ -4,7 +4,7 @@
* Distributed under the terms of the MIT License (see LICENSE.TXT). *
**********************************************************************/
#pragma once
#ifdef
__unix
#if
def
ined (__unix)||defined (__APPLE__)
#include
"ACGL/Utils/MemoryMappedFilePosixImpl.hh"
#include
<sys/types.h>
#include
<sys/mman.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment