X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os%2Fos-freebsd.h;h=44b60606327ec1d28f1a974047bdac90c8805a1e;hp=d1313e8ccb868ccdf8bdc11974cd8b384bb684f8;hb=907249cffbdfa26de688c127abb5483154a4eae6;hpb=1727951019202ef3229167c07813598d485b5b06 diff --git a/os/os-freebsd.h b/os/os-freebsd.h index d1313e8c..44b60606 100644 --- a/os/os-freebsd.h +++ b/os/os-freebsd.h @@ -11,6 +11,8 @@ #define OS_MAP_ANON MAP_ANON +typedef off_t off64_t; + static inline int blockdev_invalidate_cache(int fd) { return EINVAL;