memory: wire up mmap huge page support
[fio.git] / os / os.h
diff --git a/os/os.h b/os/os.h
index c6da0c3d9f0825efe6f078f59aa6566c6bc27258..f783e9220bc2ea35805265ec884898e355321485 100644 (file)
--- a/os/os.h
+++ b/os/os.h
@@ -95,6 +95,7 @@ typedef unsigned long os_cpu_mask_t;
 
 #ifndef FIO_HAVE_HUGETLB
 #define SHM_HUGETLB                    0
+#define MAP_HUGETLB                    0
 #ifndef FIO_HUGE_PAGE
 #define FIO_HUGE_PAGE                  0
 #endif