K 10 svn:author V 3 kib K 8 svn:date V 27 2014-02-01T18:13:18.212139Z K 7 svn:log V 333 In _pthread_kill(), if passed pthread is current thread, do not send the signal second time, by adding the missed else before if statement. While there, postpone initializing local curthread variable until passed signal number is checked for validity. Submitted by: John Wolfe PR: threads/186309 MFC after: 1 week END