cleanup: rename template headers
[lttng-ust.git] / liblttng-ust / futex.h
index 8305c929b3ed9da7dae0fa7d8801e2ce09cb59ff..18c46a13d35e3a6920b6b4914d7f8a7c7fbccb01 100644 (file)
@@ -14,8 +14,6 @@
 #include <time.h>
 #include <sys/syscall.h>
 
-#include "helper.h"
-
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -37,12 +35,13 @@ extern "C" {
  * (returns EINTR).
  */
 
-LTTNG_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
+               const struct timespec *timeout, int32_t *uaddr2, int32_t val3)
+       __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);
+               const struct timespec *timeout, int32_t *uaddr2, int32_t val3)
+       __attribute__((visibility("hidden")));
 
 #if (defined(__linux__) && defined(__NR_futex))
 
This page took 0.023751 seconds and 4 git commands to generate.