History log of /freebsd-10-stable/lib/libthr/thread/thr_kill.c
Revision Date Author Comments
# 261636 08-Feb-2014 kib

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


# 261636 08-Feb-2014 kib

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