]> Git Repo - qemu.git/commit
linux-user: Remove THREAD macro
authorPeter Maydell <[email protected]>
Tue, 13 Feb 2018 13:22:46 +0000 (13:22 +0000)
committerLaurent Vivier <[email protected]>
Sun, 18 Feb 2018 17:52:32 +0000 (18:52 +0100)
commitb44316fb3610972e40849ec5710aeb42dfeba19d
tree2f689ca52a0376406921ec7c1cc37ca519ebb92f
parent5fdefcf808a6d70a26e4c536cf0a0acad9b0fff3
linux-user: Remove THREAD macro

Back when we used to support compiling either with or without
NPTL threading library support, we used a macro THREAD which would
expand either to nothing (no thread support) or to __thread (threads
supported). For a long time now we have required thread support,
so remove the macro and just use __thread directly as other parts
of QEMU do.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Laurent Vivier <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-Id: <20180213132246[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
linux-user/main.c
linux-user/qemu.h
This page took 0.028772 seconds and 4 git commands to generate.