xref: /openbsd-src/gnu/usr.bin/perl/dist/threads-shared/hints/linux.pl (revision c1a45aed656e7d5627c30c92421893a76f370ccb)
1# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=101767
2# explicit linking is required to ensure the use of versioned symbols
3$self->{LIBS} = ['-lpthread'] if $Config{libs} =~ /-lpthread/;
4