Add off64_t to FreeBSD
[fio.git] / os / os-freebsd.h
index d1313e8ccb868ccdf8bdc11974cd8b384bb684f8..44b60606327ec1d28f1a974047bdac90c8805a1e 100644 (file)
@@ -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;