Hide new 'lttng_ust_compat_futex_*' private symbols
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 17 Dec 2020 17:17:51 +0000 (12:17 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 24 Feb 2021 15:32:29 +0000 (10:32 -0500)
Change-Id: Ia71c7e07e0b44a69d8252200d2233ed73a6a3bfe
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/futex.h

index cbee19c2f522e13cc5a39ee97f9447f252d59326..06172d3d1f721bd6a6e4d02c34f67b4291a53d3d 100644 (file)
@@ -28,6 +28,8 @@
 #include <time.h>
 #include <sys/syscall.h>
 
+#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);
 
This page took 0.025651 seconds and 5 git commands to generate.