summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/psignal.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/psignal.c')
-rw-r--r--cpukit/posix/src/psignal.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/posix/src/psignal.c b/cpukit/posix/src/psignal.c
index e477cd399e..926d1758da 100644
--- a/cpukit/posix/src/psignal.c
+++ b/cpukit/posix/src/psignal.c
@@ -214,4 +214,10 @@ void _POSIX_signals_Manager_Initialization(void)
} else {
_Chain_Initialize_empty( &_POSIX_signals_Inactive_siginfo );
}
+
+ /*
+ * Initialize the Alarm Timer
+ */
+ _Watchdog_Initialize( &_POSIX_signals_Alarm_timer, NULL, 0, NULL );
+ _Watchdog_Initialize( &_POSIX_signals_Ualarm_timer, NULL, 0, NULL );
}