From 937808f500e4e6a2dbca57daf9e2e1f047f6f30f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 11 Jun 1996 22:55:39 +0000 Subject: added comment to make sure we add unblock of thread --- c/src/exec/posix/src/psignal.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/src/exec/posix/src/psignal.c') diff --git a/c/src/exec/posix/src/psignal.c b/c/src/exec/posix/src/psignal.c index 6af9698328..b1e9a9e586 100644 --- a/c/src/exec/posix/src/psignal.c +++ b/c/src/exec/posix/src/psignal.c @@ -821,6 +821,8 @@ int kill( */ process_it: + /* XXX what if the thread is blocked? -- need code from pthread_kill */ + /* XXX and it needs to be in a subroutine */ api = the_thread->API_Extensions[ THREAD_API_POSIX ]; the_thread->do_post_task_switch_extension = TRUE; -- cgit v1.2.3