From 331539ace6487a031f40281eacf41e4de008ad23 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 19 Mar 2010 21:31:01 +0100 Subject: [PATCH] OSX should use off_t for off64_t Signed-off-by: Jens Axboe --- os/os-mac.h | 1 + 1 file changed, 1 insertion(+) diff --git a/os/os-mac.h b/os/os-mac.h index 1c3798bf..be25458f 100644 --- a/os/os-mac.h +++ b/os/os-mac.h @@ -20,6 +20,7 @@ typedef unsigned long os_cpu_mask_t; typedef unsigned int clockid_t; +typedef off_t off64_t; static inline int blockdev_invalidate_cache(int fd) { -- 2.25.1