diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-09 21:01:57 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-09 21:01:57 +0000 |
commit | 6b3c793055c8e1f1559475f3dd89298a3a9858dc (patch) | |
tree | 24e9f986bd80663d7e5b0c5f0a49db3229bf6f26 /pod/perldiag.pod | |
parent | 771a112132a9e4372df65d520818f70df1cd5b37 (diff) | |
download | perl-6b3c793055c8e1f1559475f3dd89298a3a9858dc.tar.gz |
"thread failed to start: " is better than "Died:".
p4raw-id: //depot/perl@17148
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 12fc7acbcc..6907866f8a 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3586,6 +3586,10 @@ F<PERL_ENV_TABLES> (see L<perlvms>) so that the environ array isn't the target of the change to %ENV which produced the warning. +=item thread failed to start: %s + +(F) The entry point function of threads->create() failed for some reason. + =item times not implemented (F) Your version of the C library apparently doesn't do times(). I |