X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Ffutex.h;fp=liblttng-ust%2Ffutex.h;h=18c46a13d35e3a6920b6b4914d7f8a7c7fbccb01;hb=1d18d519668cd559dcafa1f18113edceb2418ed0;hp=95e3aa15ac9a840cef6f94ab7340b81ebbe38211;hpb=106ff4dab82c51bd7bf022220bf43f15fb04f8bc;p=lttng-ust.git diff --git a/liblttng-ust/futex.h b/liblttng-ust/futex.h index 95e3aa15..18c46a13 100644 --- a/liblttng-ust/futex.h +++ b/liblttng-ust/futex.h @@ -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))