blob: 28589f14d0bce466209ce1e1036d992408606beb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/storage/buffer_manager/vm_region.cpp.orig 2025-02-24 14:26:02 UTC
+++ src/storage/buffer_manager/vm_region.cpp
@@ -14,6 +14,10 @@
#include "common/exception/buffer_manager.h"
+#ifndef MAP_NORESERVE
+#define MAP_NORESERVE 0
+#endif
+
using namespace kuzu::common;
namespace kuzu {
|