]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r261354:
authorkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 8 Feb 2014 15:51:24 +0000 (15:51 +0000)
committerkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 8 Feb 2014 15:51:24 +0000 (15:51 +0000)
commit43983f71e0b39225fed26398538604fae54fd805
tree7ff440db96a7466956059a54aa798d54c3cf6b27
parente19121a77e3012a12e4275b5d2c609606957dea0
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/10@261636 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libthr/thread/thr_kill.c