Fix: hide symbols erroneously exported in 2.13.5
[lttng-tools.git] / src / common / shm.c
index 647eeecbe215bc213e8e37197df502c599a128b5..49fd719783ab9e291210b307d89c37a8a8b00533 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2011 EfficiOS Inc.
  * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
  * SPDX-License-Identifier: GPL-2.0-only
@@ -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.024105 seconds and 4 git commands to generate.