File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ version 5 (hereafter just Perl) is compiled and/or runs.
1717
1818When Perl is configured to use ithreads, it will use re-entrant library calls
1919in preference to non-re-entrant versions. There is an incompatibility in
20- OpenBSD's C<getprotobyname_r> and C<getservbyname_r> function in versions 3.7
20+ OpenBSD's C<getprotobyname_r> and C<getservbyname_r> functions in versions 3.7
2121and later that will cause a SEGV when called without doing a C<bzero> on
22- their return structs prior to calling these functions. Current Perl's
22+ their return structs prior to calling these functions. Current Perls
2323should handle this problem correctly. Older threaded Perls (5.8.6 or earlier)
2424will run into this problem. If you want to run a threaded Perl on OpenBSD
25253.7 or higher, you will need to upgrade to at least Perl 5.8.7.
You can’t perform that action at this time.
0 commit comments