From 9f47aac89a87197f5f1ea18acdc160087ac58397 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 17 Dec 2020 12:17:51 -0500 Subject: [PATCH] Hide new 'lttng_ust_compat_futex_*' private symbols Change-Id: Ia71c7e07e0b44a69d8252200d2233ed73a6a3bfe Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- liblttng-ust/futex.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/liblttng-ust/futex.h b/liblttng-ust/futex.h index cbee19c2..06172d3d 100644 --- a/liblttng-ust/futex.h +++ b/liblttng-ust/futex.h @@ -28,6 +28,8 @@ #include #include +#include "helper.h" + #ifdef __cplusplus extern "C" { #endif @@ -49,8 +51,10 @@ extern "C" { * (returns EINTR). */ +LTTNG_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 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); -- 2.34.1