X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fshm.c;fp=src%2Fcommon%2Fshm.c;h=c006258c74146c4937af7e5f034793b534189201;hp=24a183db382999eda1c41f74cb1758341baabb89;hb=ca806b0b247f89c62ac628a7779ae84049a8c2d7;hpb=a4705d55c62276cb913c64832f383e27aa72668b diff --git a/src/common/shm.c b/src/common/shm.c index 24a183db3..c006258c7 100644 --- a/src/common/shm.c +++ b/src/common/shm.c @@ -156,7 +156,6 @@ 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; @@ -203,7 +202,6 @@ 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];