From 26112352a774737e1ce5580c93654a26c1e82b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 24 Oct 2022 22:25:29 +0200 Subject: New upstream version 1.1 --- lib/thread-optim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/thread-optim.h') diff --git a/lib/thread-optim.h b/lib/thread-optim.h index daf887f..dc1ad86 100644 --- a/lib/thread-optim.h +++ b/lib/thread-optim.h @@ -52,7 +52,7 @@ #if HAVE_SYS_SINGLE_THREADED_H /* glibc >= 2.32 */ # include -# define gl_multithreaded() !__libc_single_threaded +# define gl_multithreaded() (!__libc_single_threaded) #else # define gl_multithreaded() 1 #endif -- cgit v1.2.3