ext/threads/Changes ithreads
ext/Thread/Semaphore.pmx Threadsafe semaphore
ext/threads/Makefile.PL ithreads
+ext/threads/hints/linux.pl thread shared variables
ext/Thread/specific.tx Test thread-specific user data
ext/threads/README ithreads
ext/threads/shared/Makefile.PL thread shared variables
+ext/threads/shared/hints/linux.pl thread shared variables
ext/threads/shared/README thread shared variables
ext/threads/shared/shared.pm thread shared variables
ext/threads/shared/shared.xs thread shared variables
--- /dev/null
+# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=101767
+# explicit linking is required to ensure the use of versioned symbols
+$self->{LIBS} = ['-lpthread'] if $Config{libs} =~ /-lpthread/;
--- /dev/null
+# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=101767
+# explicit linking is required to ensure the use of versioned symbols
+$self->{LIBS} = ['-lpthread'] if $Config{libs} =~ /-lpthread/;