From 2f669072197e7ccdad929030e83c697fe9e47d38 Mon Sep 17 00:00:00 2001 From: David Leonard Date: Thu, 10 Dec 1998 00:40:20 +0000 Subject: sync with FreeBSD --- lib/libpthread/uthread/uthread_kill.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libpthread/uthread/uthread_kill.c') diff --git a/lib/libpthread/uthread/uthread_kill.c b/lib/libpthread/uthread/uthread_kill.c index 5c3f98d441b..7572c05faff 100644 --- a/lib/libpthread/uthread/uthread_kill.c +++ b/lib/libpthread/uthread/uthread_kill.c @@ -91,10 +91,10 @@ pthread_kill(pthread_t pthread, int sig) (_thread_sigact[sig - 1].sa_handler != SIG_IGN)) { /* Flag the operation as interrupted: */ pthread->interrupted = 1; - + /* Change the state of the thread to run: */ PTHREAD_NEW_STATE(pthread,PS_RUNNING); - + /* Return the signal number: */ pthread->signo = sig; } else { -- cgit v1.2.3