xref: /openbsd-src/gnu/usr.bin/perl/dist/threads/hints/linux.pl (revision b39c515898423c8d899e35282f4b395f7cad3298)
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