Re: [PATCH for 6.2 17/49] bsd-user: assume pthreads and support of __thread

2021-08-07 Thread Richard Henderson
On 8/7/21 11:42 AM, Warner Losh wrote: 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 --- bsd-user/main.c | 2 +- bsd-user/qemu.h | 10 +- 2 files change

[PATCH for 6.2 17/49] bsd-user: assume pthreads and support of __thread

2021-08-07 Thread 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 --- bsd-user/main.c | 2 +- bsd-user/qemu.h | 10 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff -