From: Rafael Garcia-Suarez Date: Fri, 5 Aug 2005 15:01:19 +0000 (+0000) Subject: "thread failed to start" is a severe warning, not a fatal error X-Git-Tag: accepted/trunk/20130322.191538~19995 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b666e4ce5d31900c7a31e9de70ab89792ff5725;p=platform%2Fupstream%2Fperl.git "thread failed to start" is a severe warning, not a fatal error as reported by Tassilo von Parseval. p4raw-id: //depot/perl@25268 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 8bd0f61..e2555a6 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3875,7 +3875,7 @@ target of the change to =item thread failed to start: %s -(F) The entry point function of threads->create() failed for some reason. +(S) The entry point function of threads->create() failed for some reason. =item times not implemented