Hide ust_lock private symbols
[lttng-ust.git] / liblttng-ust / lttng-tracer-core.h
index 7447f96e352ee02847598c13b19d4db104c06555..7bfa2d6089a07a9f739cb2d05a618bfd18dfc9e8 100644 (file)
@@ -34,8 +34,11 @@ struct lttng_ust_lib_ring_buffer_ctx;
 struct lttng_ctx_value;
 struct lttng_event_notifier;
 
+LTTNG_HIDDEN
 int ust_lock(void) __attribute__ ((warn_unused_result));
+LTTNG_HIDDEN
 void ust_lock_nocheck(void);
+LTTNG_HIDDEN
 void ust_unlock(void);
 
 void lttng_fixup_event_tls(void);
This page took 0.023186 seconds and 4 git commands to generate.