Skip to content
Snippets Groups Projects
Commit b8ec2637 authored by Steffen Müthing's avatar Steffen Müthing
Browse files

[DebugAllocator] Fix to work OS X < 10.11

OS X versions older than El Capitan (10.11) do not define MAP_ANONYMOUS,
but only MAP_ANON. On the other hand, MAP_ANON is deprecated on Linux.

So add a preprocesser switch to make both happy.
parent e01c4ceb
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment