X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Ffd-handle.h;h=dab9e2bfaccab4017502f079aba83f5b2fe27e04;hb=4878de5c7deb512bbdac4fdfc498907efa06fb7c;hp=36a92473a0b6ec7c2c1162e779448f0885d3d4d7;hpb=7966af5763c4aaca39df9bbfa9277ff15715c720;p=lttng-tools.git diff --git a/src/common/fd-handle.h b/src/common/fd-handle.h index 36a92473a..dab9e2bfa 100644 --- a/src/common/fd-handle.h +++ b/src/common/fd-handle.h @@ -10,10 +10,6 @@ #include -#ifdef __cplusplus -extern "C" { -#endif - /* * Wrapper around a file descriptor providing reference counting semantics. * @@ -48,8 +44,4 @@ int fd_handle_get_fd(struct fd_handle *handle); */ struct fd_handle *fd_handle_copy(const struct fd_handle *handle); -#ifdef __cplusplus -} -#endif - #endif /* FS_HANDLE_H */