This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
A Configure test for C11 thread local storage specificer, _Thread_local
authorH.Merijn Brand <perl5@tux.freedom.nl>
Fri, 29 Oct 2021 15:25:19 +0000 (17:25 +0200)
committerH.Merijn Brand <perl5@tux.freedom.nl>
Fri, 29 Oct 2021 15:25:19 +0000 (17:25 +0200)
commit08c156fec0afa48912a642de45c58d67be21a375
treebfac9aa7570faa812769801bb4c4e7a71f5b4eba
parentb9b91f67c8d529eb674b0752763d1f2c13b202a2
A Configure test for C11 thread local storage specificer, _Thread_local

We also provbe for gcc's earlier syntax, __thread.

Backport of 65f7068160bfc9a3f4b195a579c881188cc4fff3
U/threads/d_thread_local.U [new file with mode: 0644]