compat: off64_t is not defined by musl
[lttng-tools.git] / src / common / compat / compat-fcntl.cpp
index f259d45774615c555daf2e213a525c19b4a57f4c..18b6fa3824cb87f672ed5eda8545149f236c6f09 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifdef __linux__
 
-int compat_sync_file_range(int fd, off64_t offset, off64_t nbytes, unsigned int flags)
+int compat_sync_file_range(int fd, off_t offset, off_t nbytes, unsigned int flags)
 {
 #ifdef HAVE_SYNC_FILE_RANGE
        return sync_file_range(fd, offset, nbytes, flags);
This page took 0.023653 seconds and 4 git commands to generate.