X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Ffs-handle.h;h=1627f7cfeb122197e346aed58bc7508bd140c899;hb=c5c764db0495d6ac9f4a2b2977c803758165313d;hp=e36f7a4dea1cd38ebaad3a408b6586105c2e6a62;hpb=77c29cd372871fc7db25ff14804fa2252a67d940;p=lttng-tools.git 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 */