X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust%2Ffutex.h;h=95e3aa15ac9a840cef6f94ab7340b81ebbe38211;hb=3d66e98ccd82d099ae3da070c2273b8cce294ab7;hp=8305c929b3ed9da7dae0fa7d8801e2ce09cb59ff;hpb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;p=lttng-ust.git diff --git a/liblttng-ust/futex.h b/liblttng-ust/futex.h index 8305c929..95e3aa15 100644 --- a/liblttng-ust/futex.h +++ b/liblttng-ust/futex.h @@ -14,8 +14,6 @@ #include #include -#include "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);