X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fcompat%2Ffcntl.h;h=4c89361eb65656e579cc28fbf48b3e697714edc8;hp=b54a543875dad2e94b9b459cb8b634c27be18e40;hb=b1c900e9d222629937cb1a42e769318e88f28664;hpb=c345f883983ae8d187c6e3bb087fba9d33d8d72b diff --git a/src/common/compat/fcntl.h b/src/common/compat/fcntl.h index b54a54387..4c89361eb 100644 --- a/src/common/compat/fcntl.h +++ b/src/common/compat/fcntl.h @@ -28,7 +28,7 @@ extern int compat_sync_file_range(int fd, off64_t offset, off64_t nbytes, #define lttng_sync_file_range(fd, offset, nbytes, flags) \ compat_sync_file_range(fd, offset, nbytes, flags) -#elif (defined(__FreeBSD__) || defined(__CYGWIN__) +#elif (defined(__FreeBSD__) || defined(__CYGWIN__)) typedef long int off64_t; typedef off64_t loff_t;