Merge branch 'master' of https://github.com/bvanassche/fio
[fio.git] / os / os-freebsd.h
index 789da178afa1671bd788be57964c4368ef46ee23..b3addf981f98d1d0ac872bde57ae0363f6e8af4c 100644 (file)
@@ -30,8 +30,6 @@
 #define fio_swap32(x)  bswap32(x)
 #define fio_swap64(x)  bswap64(x)
 
-typedef off_t off64_t;
-
 typedef cpuset_t os_cpu_mask_t;
 
 #define fio_cpu_clear(mask, cpu)        (void) CPU_CLR((cpu), (mask))