summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/killinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/killinfo.c')
-rw-r--r--cpukit/posix/src/killinfo.c2
1 files changed, 2 insertions, 0 deletions
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.