]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r261354:
authorkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 8 Feb 2014 15:51:42 +0000 (15:51 +0000)
committerkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 8 Feb 2014 15:51:42 +0000 (15:51 +0000)
commit7bb107beb8a01787be3d5ba48d43be15ea2b1dd0
tree23603e1218badd49b1a15d18814a553b1523d02b
parent87cefd984aa4739e23486bdf715197c3bbb2bc6c
MFC r261354:
In _pthread_kill(), if passed pthread is current thread, do not send
the signal second time, by adding the missed else before if statement.

PR: threads/186309

git-svn-id: svn://svn.freebsd.org/base/stable/9@261637 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libthr/thread/thr_kill.c