wine-wine/dlls/ntdll/unix
Gerald Pfeifer 0c14b1a962 ntdll: Replicate InterlockedCompareExchange64 to the Unix library.
This fixes the build on FreeBSD/i386 with GCC 9.

Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-06-08 21:01:32 +02:00
..
debug.c ntdll: Consolidate some of the init routines into the init_threading() entry point. 2020-06-04 22:36:38 +02:00
loader.c ntdll: Implement NtContinue() in the Unix library. 2020-06-06 15:16:38 +02:00
server.c ntdll: Move DbgUiIssueRemoteBreakin() to the Unix library. 2020-06-05 16:54:35 +02:00
signal_arm.c ntdll: Use NtContinue() to set the thread initial context. 2020-06-06 15:41:38 +02:00
signal_arm64.c ntdll: Use NtContinue() to set the thread initial context. 2020-06-06 15:41:38 +02:00
signal_i386.c ntdll: Use NtContinue() to set the thread initial context. 2020-06-06 15:41:38 +02:00
signal_powerpc.c ntdll: Move NtGetContextThread() implementation to the Unix library. 2020-06-02 14:23:21 +02:00
signal_x86_64.c ntdll: Use NtContinue() to set the thread initial context. 2020-06-06 15:41:38 +02:00
sync.c ntdll: Move the rest of the thread creation code to the Unix library. 2020-06-05 14:25:36 +02:00
thread.c ntdll: Implement NtContinue() in the Unix library. 2020-06-06 15:16:38 +02:00
unix_private.h ntdll: Replicate InterlockedCompareExchange64 to the Unix library. 2020-06-08 21:01:32 +02:00
virtual.c ntdll: Move mapping of the user shared data to the Unix library. 2020-06-04 22:36:38 +02:00