Fix: compat_futex_noasync on Cygwin
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 23 Nov 2018 20:27:04 +0000 (15:27 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 23 Nov 2018 22:01:30 +0000 (17:01 -0500)
commit44744c8fe51e3f1897c113f09ffdcbfedacb208e
treee97ca5a84471fcda5f1f41769d34e41f824d01b7
parent5f6503c78ee929cd77d6e51987b5826de5a5fe99
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 <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu/futex.h
This page took 0.0244 seconds and 4 git commands to generate.