From 9465fca287e9417e05d2efe572d770fd60ad61db Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 3 Dec 2012 11:59:08 +0100 Subject: posix: Add signal post switch extension on the fly --- cpukit/posix/src/killinfo.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/posix/src/killinfo.c') diff --git a/cpukit/posix/src/killinfo.c b/cpukit/posix/src/killinfo.c index 59329ee49e..95a2459100 100644 --- a/cpukit/posix/src/killinfo.c +++ b/cpukit/posix/src/killinfo.c @@ -114,6 +114,8 @@ int killinfo( _Thread_Disable_dispatch(); + _POSIX_signals_Add_post_switch_extension(); + /* * Is the currently executing thread interested? If so then it will * get it an execute it as soon as the dispatcher executes. -- cgit v1.2.3