diff options
author | rpj <rpj> | 2005-06-03 08:36:26 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-06-03 08:36:26 +0000 |
commit | cd3c708380761302fb5ffc6531d396f71b706b4f (patch) | |
tree | 83e1d40db4835d6cab72de26aeb116c3ebf4885e /pthread_kill.c | |
parent | a6c137945de3435089e74ca4c7e1ee504a7ee23e (diff) |
''
Diffstat (limited to 'pthread_kill.c')
-rw-r--r-- | pthread_kill.c | 3 |
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; } |