X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Ffutex.h;fp=liblttng-ust%2Ffutex.h;h=95e3aa15ac9a840cef6f94ab7340b81ebbe38211;hb=ddabe860f4cf41a4206a8157d83e6b9354f85cb5;hp=9560eaf1bb1aa5a030f626f07533d7892daae59e;hpb=d10a220587d0a41c85da916a65e9dfc9f61062fa;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);