From: Michael Jeanson Date: Fri, 23 Nov 2018 20:27:04 +0000 (-0500) Subject: Fix: compat_futex_noasync on Cygwin X-Git-Tag: v0.10.2~10 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=b197ce865b0de8c475f3ddeadeae3a66b15ace21;hp=b197ce865b0de8c475f3ddeadeae3a66b15ace21;p=urcu.git Fix: compat_futex_noasync on Cygwin The futex_noasync compat code uses a weak symbol to share state across different shared object which is not possible on Windows with the Portable Executable format. Use the async compat code for both cases. Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---