X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Ffs-handle.h;h=1627f7cfeb122197e346aed58bc7508bd140c899;hp=e36f7a4dea1cd38ebaad3a408b6586105c2e6a62;hb=3e778ab02ef13b55c0be8f752e126eee55e0956b;hpb=dec2c8e12255d3533664cba9042f0d051c4207ac diff --git a/src/common/fs-handle.h b/src/common/fs-handle.h index e36f7a4de..1627f7cfe 100644 --- a/src/common/fs-handle.h +++ b/src/common/fs-handle.h @@ -69,6 +69,6 @@ LTTNG_HIDDEN int fs_handle_truncate(struct fs_handle *handle, off_t offset); LTTNG_HIDDEN -int fs_handle_seek(struct fs_handle *handle, off_t offset, int whence); +off_t fs_handle_seek(struct fs_handle *handle, off_t offset, int whence); #endif /* FS_HANDLE_H */