mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
14 lines
212 B
Diff
14 lines
212 B
Diff
--- a/port/mmap.cc
|
|
+++ b/port/mmap.cc
|
|
@@ -13,6 +13,10 @@
|
|
|
|
#include "util/hash.h"
|
|
|
|
+#ifndef MAP_ANONYMOUS
|
|
+#define MAP_ANONYMOUS MAP_ANON
|
|
+#endif
|
|
+
|
|
namespace ROCKSDB_NAMESPACE {
|
|
|
|
MemMapping::~MemMapping() {
|