OSX should use off_t for off64_t
authorJens Axboe <jens.axboe@oracle.com>
Fri, 19 Mar 2010 20:31:01 +0000 (21:31 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 19 Mar 2010 20:31:01 +0000 (21:31 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
os/os-mac.h

index 1c3798bfb56f8c52fbd166f60dbb6ce80cb1ad9b..be25458f0165d0a7c590f500c3c9051cd35505f4 100644 (file)
@@ -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)
 {