Fix: common: hide shm* util symbols
[lttng-tools.git] / src / common / shm.c
index 647eeecbe215bc213e8e37197df502c599a128b5..7ccc3c0bc4ebb19aaea4c5e86d756c741833052f 100644 (file)
@@ -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];
This page took 0.027483 seconds and 4 git commands to generate.