summaryrefslogtreecommitdiff
path: root/lib/replace
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2022-10-27 07:51:49 +0200
committerRalph Boehme <slow@samba.org>2023-01-05 11:33:37 +0000
commit73e7d3731d87b3c3ed907e718fcba5ed2e293e51 (patch)
tree2eafbad43d991a9743b088a4fb237b01af24b1a4 /lib/replace
parent9636b40b05b90e5317bb1ef29985ffb91bccf482 (diff)
downloadsamba-73e7d3731d87b3c3ed907e718fcba5ed2e293e51.tar.gz
libreplace: update comment on __thread support
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/replace')
-rw-r--r--lib/replace/wscript3
1 files changed, 2 insertions, 1 deletions
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;