cleanup: function attribute 'hidden'
[lttng-ust.git] / liblttng-ust / futex.h
index 95e3aa15ac9a840cef6f94ab7340b81ebbe38211..18c46a13d35e3a6920b6b4914d7f8a7c7fbccb01 100644 (file)
@@ -35,13 +35,13 @@ extern "C" {
  * (returns EINTR).
  */
 
-__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);
+               const struct timespec *timeout, int32_t *uaddr2, int32_t val3)
+       __attribute__((visibility("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);
+               const struct timespec *timeout, int32_t *uaddr2, int32_t val3)
+       __attribute__((visibility("hidden")));
 
 #if (defined(__linux__) && defined(__NR_futex))
 
This page took 0.023909 seconds and 4 git commands to generate.