summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/psignal.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-11 22:55:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-11 22:55:39 +0000
commit937808f500e4e6a2dbca57daf9e2e1f047f6f30f (patch)
treea14203c7f0cf05d3c6e4689b4e3787ee243941f4 /c/src/exec/posix/src/psignal.c
parentfirst attempt at adding algorithm to select the thread which will (diff)
downloadrtems-937808f500e4e6a2dbca57daf9e2e1f047f6f30f.tar.bz2
added comment to make sure we add unblock of thread
Diffstat (limited to 'c/src/exec/posix/src/psignal.c')
-rw-r--r--c/src/exec/posix/src/psignal.c2
1 files changed, 2 insertions, 0 deletions
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;