X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust%2Ffutex.h;h=95e3aa15ac9a840cef6f94ab7340b81ebbe38211;hb=dc325c1d762bbbdc1866e590f4649078f8600664;hp=9560eaf1bb1aa5a030f626f07533d7892daae59e;hpb=864a1eda22ed99266509ac76451c6f27f91aa17e;p=lttng-ust.git diff --git a/liblttng-ust/futex.h b/liblttng-ust/futex.h index 9560eaf1..95e3aa15 100644 --- a/liblttng-ust/futex.h +++ b/liblttng-ust/futex.h @@ -14,8 +14,6 @@ #include #include -#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);