X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Ffd-tracker%2Futils.h;h=9c3d48937a4bf2af8e5361dd2be8aea662a33726;hb=4878de5c7deb512bbdac4fdfc498907efa06fb7c;hp=ac614c7b17fc50f483b75b32a24cd48054a1f45c;hpb=ac497a37018f3c253d2e50397294f58d33f7f24f;p=lttng-tools.git diff --git a/src/common/fd-tracker/utils.h b/src/common/fd-tracker/utils.h index ac614c7b1..9c3d48937 100644 --- a/src/common/fd-tracker/utils.h +++ b/src/common/fd-tracker/utils.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2018 Jérémie Galarneau * - * SPDX-License-Identifier: GPL-2.0-only + * SPDX-License-Identifier: LGPL-2.1-only * */ @@ -12,10 +12,6 @@ #include #include -#ifdef __cplusplus -extern "C" { -#endif - struct lttng_poll_event; /* @@ -50,8 +46,4 @@ struct lttng_directory_handle *fd_tracker_create_directory_handle_from_handle( struct lttng_directory_handle *handle, const char *path); -#ifdef __cplusplus -} -#endif - #endif /* FD_TRACKER_UTILS_H */