perlopenbsd.pod

来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· POD 代码 · 共 31 行

POD
31
字号
If you read this file _as_is_, just ignore the funny characters yousee.  It is written in the POD format (see pod/perlpod.pod) which isspecifically designed to be readable as is.=head1 NAMEREADME.openbsd - Perl version 5 on OpenBSD systems=head1 DESCRIPTIONThis document describes various features of OpenBSD that will affect how Perlversion 5 (hereafter just Perl) is compiled and/or runs.=head2 OpenBSD core dumps from getprotobyname_r and getservbyname_r with ithreadsWhen Perl is configured to use ithreads, it will use re-entrant library callsin preference to non-re-entrant versions.  There is an incompatability inOpenBSD's C<getprotobyname_r> and C<getservbyname_r> function in versions 3.7and later that will cause a SEGV when called without doing a C<bzero> ontheir return structs prior to calling these functions.  Current Perl'sshould handle this problem correctly.  Older threaded Perls (5.8.6 or earlier)will run into this problem.  If you want to run a threaded Perl on OpenBSD3.7 or higher, you will need to upgrade to at least Perl 5.8.7.=head1 AUTHORSteve Peters <steve@fisharerojo.org>Please report any errors, updates, or suggestions to F<perlbug@perl.org>.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?