Remove LTTNG_HIDDEN macro
[lttng-ust.git] / liblttng-ust / futex.h
index 9560eaf1bb1aa5a030f626f07533d7892daae59e..95e3aa15ac9a840cef6f94ab7340b81ebbe38211 100644 (file)
@@ -14,8 +14,6 @@
 #include <time.h>
 #include <sys/syscall.h>
 
-#include "ust-helper.h"
-
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -37,10 +35,11 @@ extern "C" {
  * (returns EINTR).
  */
 
-LTTNG_HIDDEN
+__attribute__((visibility("hidden")))
 extern int lttng_ust_compat_futex_noasync(int32_t *uaddr, int op, int32_t val,
                const struct timespec *timeout, int32_t *uaddr2, int32_t val3);
-LTTNG_HIDDEN
+
+__attribute__((visibility("hidden")))
 extern int lttng_ust_compat_futex_async(int32_t *uaddr, int op, int32_t val,
                const struct timespec *timeout, int32_t *uaddr2, int32_t val3);
 
This page took 0.123685 seconds and 4 git commands to generate.