X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Funix.h;h=e7f9e791930a039b7d786e71cadc2bb432c83948;hb=4878de5c7deb512bbdac4fdfc498907efa06fb7c;hp=e5c7435e34eb7256047304133d642eeeaf26e178;hpb=7966af5763c4aaca39df9bbfa9277ff15715c720;p=lttng-tools.git diff --git a/src/common/unix.h b/src/common/unix.h index e5c7435e3..e7f9e7919 100644 --- a/src/common/unix.h +++ b/src/common/unix.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2012 David Goulet * - * SPDX-License-Identifier: GPL-2.0-only + * SPDX-License-Identifier: LGPL-2.1-only * */ @@ -16,10 +16,6 @@ #include #include -#ifdef __cplusplus -extern "C" { -#endif - int lttcomm_create_unix_sock(const char *pathname); int lttcomm_create_anon_unix_socketpair(int *fds); int lttcomm_connect_unix_sock(const char *pathname); @@ -55,8 +51,4 @@ ssize_t lttcomm_recv_creds_unix_sock(int sock, void *buf, size_t len, int lttcomm_setsockopt_creds_unix_sock(int sock); -#ifdef __cplusplus -} -#endif - #endif /* _LTTCOMM_UNIX_H */