X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fshm.c;h=7ccc3c0bc4ebb19aaea4c5e86d756c741833052f;hp=647eeecbe215bc213e8e37197df502c599a128b5;hb=9bc1a4b4f0dc0dab6be2ea56d0cbdf4d703865f5;hpb=6c33300eeb9bfbe39a4482b24b1178ae04466c37 diff --git a/src/common/shm.c b/src/common/shm.c index 647eeecbe..7ccc3c0bc 100644 --- a/src/common/shm.c +++ b/src/common/shm.c @@ -156,6 +156,7 @@ error: * This returned value is used by futex_wait_update() in futex.c to WAKE all * waiters which are UST application waiting for a session daemon. */ +LTTNG_HIDDEN char *shm_ust_get_mmap(char *shm_path, int global) { size_t mmap_size; @@ -202,6 +203,7 @@ error: /* * shm_create_anonymous is never called concurrently within a process. */ +LTTNG_HIDDEN int shm_create_anonymous(const char *owner_name) { char tmp_name[NAME_MAX];