Merge branch 'error-on-implicit-decl' of https://github.com/sitsofe/fio
[fio.git] / os / os-mac.h
index a073300c40c5ed6fea8c2ec2ff4933776ef7066d..0d97f6b984c60196cbc66a11737a612bc815e1e9 100644 (file)
@@ -97,12 +97,6 @@ static inline int gettid(void)
 }
 #endif
 
-/*
- * For some reason, there's no header definition for fdatasync(), even
- * if it exists.
- */
-extern int fdatasync(int fd);
-
 static inline bool fio_fallocate(struct fio_file *f, uint64_t offset, uint64_t len)
 {
        fstore_t store = {F_ALLOCATEALL, F_PEOFPOSMODE, offset, len};