summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/signalimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-16 08:15:10 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-20 15:18:49 +0100
commitf6a97f59925e0f6f880fdc5ce9e94a84e5db2998 (patch)
tree83558db9e431ec5b86587779b4c7bf7260904b02 /cpukit/include/rtems/rtems/signalimpl.h
parentrtems: Move _Signal_Action_handler() (diff)
downloadrtems-f6a97f59925e0f6f880fdc5ce9e94a84e5db2998.tar.bz2
rtems: Simplify signal handling
Remove superfluous ASR_Information::signals_posted. Move code out of trivial inline functions. Update #4244.
Diffstat (limited to 'cpukit/include/rtems/rtems/signalimpl.h')
-rw-r--r--cpukit/include/rtems/rtems/signalimpl.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpukit/include/rtems/rtems/signalimpl.h b/cpukit/include/rtems/rtems/signalimpl.h
index 51f742c9fe..db1ff71620 100644
--- a/cpukit/include/rtems/rtems/signalimpl.h
+++ b/cpukit/include/rtems/rtems/signalimpl.h
@@ -31,18 +31,8 @@ extern "C" {
* @ingroup RTEMSImplClassic
*
* @brief This group contains the Signal Manager implementation.
- *
- * @{
*/
-void _Signal_Action_handler(
- Thread_Control *executing,
- Thread_Action *action,
- ISR_lock_Context *lock_context
-);
-
-/**@}*/
-
#ifdef __cplusplus
}
#endif