X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fshm.h;fp=src%2Fcommon%2Fshm.h;h=d714506b85b2f4a472a8186fad47c621126ed6ca;hp=530507c35ae8ed8c839638501776f5749753f124;hb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;hpb=729c1fec5976af17fded2f026725a08ef1924290 diff --git a/src/common/shm.h b/src/common/shm.h index 530507c35..d714506b8 100644 --- a/src/common/shm.h +++ b/src/common/shm.h @@ -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 */