X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fshm.h;h=76c81486bf6bcb879ed29b2c162e9f1d2e329527;hb=4878de5c7deb512bbdac4fdfc498907efa06fb7c;hp=530507c35ae8ed8c839638501776f5749753f124;hpb=7966af5763c4aaca39df9bbfa9277ff15715c720;p=lttng-tools.git diff --git a/src/common/shm.h b/src/common/shm.h index 530507c35..76c81486b 100644 --- a/src/common/shm.h +++ b/src/common/shm.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 David Goulet + * Copyright (C) 2011 EfficiOS Inc. * Copyright (C) 2011 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only @@ -9,16 +9,8 @@ #ifndef _LTT_SHM_H #define _LTT_SHM_H -#ifdef __cplusplus -extern "C" { -#endif - char *shm_ust_get_mmap(char *shm_path, int global); int shm_create_anonymous(const char *owner_name); -#ifdef __cplusplus -} -#endif - #endif /* _LTT_SHM_H */