Re: [PATCH v2 15/43] bsd-user: assume pthreads and support of __thread

2021-08-26 Thread Philippe Mathieu-Daudé
On 8/26/21 11:11 PM, i...@bsdimp.com wrote: > From: Warner Losh > > All compilers for some time have supported this. Follow linux-user Please insert: "(see 24cb36a61c6: "configure: Make NPTL non-optional")" > and > eliminate the #define THREAD and unconditionally insert __thread where > needed

[PATCH v2 15/43] bsd-user: assume pthreads and support of __thread

2021-08-26 Thread imp
From: Warner Losh All compilers for some time have supported this. Follow linux-user and eliminate the #define THREAD and unconditionally insert __thread where needed. Signed-off-by: Warner Losh Reviewed-by: Richard Henderson --- bsd-user/main.c | 2 +- bsd-user/qemu.h | 10 +- 2 fil