summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/psignalimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-06-25 13:48:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-06-25 13:55:34 +0200
commitbd67d7d2f8c9925517416b58196ca4c8fe389fef (patch)
treea339e9dcaeb25acfc7493919f16e8eb890fd8891 /cpukit/posix/include/rtems/posix/psignalimpl.h
parentscore: Move default _ISR_Is_in_progress() (diff)
downloadrtems-bd67d7d2f8c9925517416b58196ca4c8fe389fef.tar.bz2
score: Simplify <rtems/score/thread.h>
Avoid Thread_Control typedef in <rtems/score/percpu.h>. This helps to get rid of the <rtems/score/percpu.h> include in <rtems/score/thread.h> which exposes a lot of implementation details.
Diffstat (limited to 'cpukit/posix/include/rtems/posix/psignalimpl.h')
-rw-r--r--cpukit/posix/include/rtems/posix/psignalimpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/posix/include/rtems/posix/psignalimpl.h b/cpukit/posix/include/rtems/posix/psignalimpl.h
index 166705b37b..d7e1afab70 100644
--- a/cpukit/posix/include/rtems/posix/psignalimpl.h
+++ b/cpukit/posix/include/rtems/posix/psignalimpl.h
@@ -33,6 +33,7 @@
#include <rtems/posix/sigset.h>
#include <rtems/score/apiext.h>
#include <rtems/score/isrlock.h>
+#include <rtems/score/percpu.h>
#include <rtems/score/threadqimpl.h>
#define _States_Is_interruptible_signal( _states ) \