From: Ralph Boehme Date: Thu, 27 Oct 2022 05:51:49 +0000 (+0200) Subject: libreplace: update comment on __thread support X-Git-Tag: talloc-2.4.0~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73e7d3731d87b3c3ed907e718fcba5ed2e293e51;p=thirdparty%2Fsamba.git libreplace: update comment on __thread support Signed-off-by: Ralph Boehme Reviewed-by: Stefan Metzmacher --- diff --git a/lib/replace/wscript b/lib/replace/wscript index b1ca95515a0..18059fab617 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -673,7 +673,8 @@ syscall(SYS_copy_file_range,0,NULL,0,NULL,0,0); conf.CONFIG_SET('HAVE_PTHREAD_MUTEX_CONSISTENT_NP'))): conf.DEFINE('HAVE_ROBUST_MUTEXES', 1) - # __thread is available since 2002 in gcc. + # __thread is available in Solaris Studio, IBM XL, + # gcc, Clang and Intel C Compiler conf.CHECK_CODE(''' __thread int tls;