X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os%2Fos.h;h=dd704647932a0ad7f9b1cf22a3860e8ee758b62d;hp=e150284ef6a84f10764abe08103e795ae2058ee6;hb=39b9356872f27c1a48a2ab09a5252dffd1de22d2;hpb=ec5c6b125c1eab992882602158bab54957aa733d diff --git a/os/os.h b/os/os.h index e150284e..dd704647 100644 --- a/os/os.h +++ b/os/os.h @@ -115,6 +115,10 @@ typedef unsigned long os_cpu_mask_t; #endif #endif +#ifndef FIO_HAVE_MMAP_HUGE +#define MAP_HUGETLB 0 +#endif + #ifndef FIO_O_NOATIME #define FIO_O_NOATIME 0 #endif