Change-Id: Ia71c7e07e0b44a69d8252200d2233ed73a6a3bfe
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
#include <time.h>
#include <sys/syscall.h>
+#include "helper.h"
+
#ifdef __cplusplus
extern "C" {
#endif
* (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);