summaryrefslogtreecommitdiff
path: root/pthread_kill.c
diff options
context:
space:
mode:
authorrpj <rpj>2005-06-03 08:32:43 +0000
committerrpj <rpj>2005-06-03 08:32:43 +0000
commit15f1b0bc1f4feeca60ca1dda769928822d6c032a (patch)
tree26a3693fd7058745a2bd76e8c086dc4d16656049 /pthread_kill.c
parent1908d93b42b01cea49c886e2260fd70ac05becf7 (diff)
''
Diffstat (limited to 'pthread_kill.c')
-rw-r--r--pthread_kill.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pthread_kill.c b/pthread_kill.c
index 5a795dd..7de3fe2 100644
--- a/pthread_kill.c
+++ b/pthread_kill.c
@@ -82,8 +82,7 @@ pthread_kill (pthread_t thread, int sig)
if (NULL == tp
|| thread.x != tp->ptHandle.x
- || NULL == tp->threadH
- || THREAD_PRIORITY_ERROR_RETURN == GetThreadPriority (tp->threadH))
+ || NULL == tp->threadH)
{
result = ESRCH;
}