X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fcompat%2Fcompat-fcntl.cpp;fp=src%2Fcommon%2Fcompat%2Fcompat-fcntl.cpp;h=f259d45774615c555daf2e213a525c19b4a57f4c;hp=13ba512b8884699d325d90aad36e22e1d9c41c70;hb=28ab034a2c3582d07d3423d2d746731f87d3969f;hpb=52e345b9ac912d033c2a2c25a170a01cf209839d diff --git a/src/common/compat/compat-fcntl.cpp b/src/common/compat/compat-fcntl.cpp index 13ba512b8..f259d4577 100644 --- a/src/common/compat/compat-fcntl.cpp +++ b/src/common/compat/compat-fcntl.cpp @@ -8,12 +8,12 @@ #define _LGPL_SOURCE #include #include + #include #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, off64_t offset, off64_t nbytes, unsigned int flags) { #ifdef HAVE_SYNC_FILE_RANGE return sync_file_range(fd, offset, nbytes, flags);