From fc521e2df6f4948da47ab26b90c4ce1ff56e3c19 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 14 Mar 2014 11:58:12 +0100 Subject: posix: Use thread action for signals --- cpukit/posix/include/rtems/posix/threadsup.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpukit/posix/include/rtems/posix/threadsup.h') diff --git a/cpukit/posix/include/rtems/posix/threadsup.h b/cpukit/posix/include/rtems/posix/threadsup.h index e0b9ff55e9..46903fed98 100644 --- a/cpukit/posix/include/rtems/posix/threadsup.h +++ b/cpukit/posix/include/rtems/posix/threadsup.h @@ -68,6 +68,11 @@ typedef struct { /** This is the set of signals which are currently pending. */ sigset_t signals_pending; + /** + * @brief Signal post-switch action in case signals are pending. + */ + Thread_Action Signal_action; + /*******************************************************************/ /*******************************************************************/ /*************** POSIX Cancelability ***************/ -- cgit v1.2.3