summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2020-05-14 23:51:15 +0000
committerKarl Williamson <khw@cpan.org>2020-07-30 15:57:59 -0600
commit22ca1a825f4307983785c7182370d7c2fc43f085 (patch)
tree72f35eea2edfa0e5a4fdbd6d97fe5378f79716c2 /AUTHORS
parentad748fbb4e280d7d6e7da9f28a818135580e9a62 (diff)
downloadperl-22ca1a825f4307983785c7182370d7c2fc43f085.tar.gz
Always expose the perl_tsa_mutex_* functions when threads are enabled
These functions were only part of the API if perl is built with clang. However perl modules built with clang still try to use them even when perl itself is built with gcc. This patch replaces the #ifdef PERL_TSA_ACTIVE around these functions with defined(USE_ITHREADS) && defined(I_PTHREAD) so they are always available when treading is enabled. This fixes the clang build of perl modules when perl is built with gcc.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 4bb17c2bdd..3f3c2abc06 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1263,6 +1263,7 @@ Tom Hughes <tom@compton.nu>
Tom Hukins <tom@eborcom.com>
Tom Phoenix <rootbeer@teleport.com>
Tom Spindler <dogcow@isi.net>
+Tom Stellard <tstellar@redhat.com>
Tom Wyant <wyant@cpan.org>
Tomasz Konojacki <me@xenu.pl>
Tomoyuki Sadahiro <BQW10602@nifty.com>