summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/killinfo.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-24 16:19:52 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-26 11:55:45 +0200
commitfe6c170cf58c5e42a63010b5b4c985749cbc98a6 (patch)
tree8ece5b05395597d66a96c536b0ce13568aa9edb7 /cpukit/posix/src/killinfo.c
parentscore: Create thread implementation header (diff)
downloadrtems-fe6c170cf58c5e42a63010b5b4c985749cbc98a6.tar.bz2
score: Create states implementation header
Move implementation specific parts of states.h and states.inl into new header file statesimpl.h. The states.h contains now only the application visible API.
Diffstat (limited to 'cpukit/posix/src/killinfo.c')
-rw-r--r--cpukit/posix/src/killinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/src/killinfo.c b/cpukit/posix/src/killinfo.c
index 98fbf1eca2..b2dc75b009 100644
--- a/cpukit/posix/src/killinfo.c
+++ b/cpukit/posix/src/killinfo.c
@@ -24,11 +24,11 @@
#include <signal.h>
#include <errno.h>
-#include <rtems/system.h>
#include <rtems/posix/pthreadimpl.h>
#include <rtems/posix/psignalimpl.h>
-#include <rtems/seterr.h>
#include <rtems/score/isr.h>
+#include <rtems/score/statesimpl.h>
+#include <rtems/seterr.h>
/*
* If you enable this, then you get printk() feedback on each path