this didn't actually fix FreeBSD, so let's leave it out
keeping the define anyway in case it's needed on some other platform though
This commit is contained in:
parent
680bcb9de0
commit
bd1cf478ad
|
@ -72,7 +72,7 @@ using Platform::LogLevel;
|
|||
|
||||
*/
|
||||
|
||||
#if defined(__APPLE__) || defined(__FreeBSD__)
|
||||
#if defined(__APPLE__)
|
||||
#define NEEDS_ANON_MAP
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue