X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os%2Fos-freebsd.h;h=26bb8a096790b40d4f4194b2288d1a955596f3b9;hp=88de7138e88becdf8747a85f0975a890b936cad5;hb=a1c58075279454a91ec43366846b93e8dcf9753c;hpb=56075b96f307f8276f9d032ac8404622b94a456c diff --git a/os/os-freebsd.h b/os/os-freebsd.h index 88de7138..26bb8a09 100644 --- a/os/os-freebsd.h +++ b/os/os-freebsd.h @@ -51,4 +51,8 @@ static inline long os_random_long(os_random_state_t *rs) return val; } +#ifdef MADV_FREE +#define FIO_MADV_FREE MADV_FREE +#endif + #endif