summaryrefslogtreecommitdiff
path: root/uconfig.sh
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2021-06-20 19:35:13 +0000
committerTony Cook <tony@develop-help.com>2021-09-07 15:46:16 +1000
commit65f7068160bfc9a3f4b195a579c881188cc4fff3 (patch)
tree2d628c83f8daab915975f364a33e81e6b00eafad /uconfig.sh
parent756f0910f92bc6bc2d2c7eb17f26efccdf977cdc (diff)
downloadperl-65f7068160bfc9a3f4b195a579c881188cc4fff3.tar.gz
A Configure test for C11 thread local storage specificer, _Thread_local
We also provbe for gcc's earlier syntax, __thread.
Diffstat (limited to 'uconfig.sh')
-rw-r--r--uconfig.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh
index 1e353b4cd7..08ff3dae1d 100644
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -540,6 +540,7 @@ d_tcsetpgrp='undef'
d_telldir='undef'
d_telldirproto='undef'
d_tgamma='undef'
+d_thread_local='undef'
d_thread_safe_nl_langinfo_l='undef'
d_time='define'
d_timegm='undef'
@@ -785,6 +786,7 @@ osvers='unknown'
otherlibdirs=' '
package='perl5'
perl_static_inline='static'
+perl_thread_local=''
phostname='hostname'
pidtype=int
privlib='/usr/local/lib/perl5/5.35'