summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/psignal.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-04 22:08:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-04 22:08:43 +0000
commitff3c06a5297407d857289aea716c7867cf2399b8 (patch)
tree2bbf28ef1d1243135ea489cae71c454a22501a53 /cpukit/posix/include/rtems/posix/psignal.h
parent2009-10-04 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-ff3c06a5297407d857289aea716c7867cf2399b8.tar.bz2
2009-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/include/rtems/posix/psignal.h: Add extern for ualarm timer. * posix/src/alarm.c, posix/src/ualarm.c: Change from switch to if since many enumerated values have no action. * posix/src/psignal.c: Initialize ualarm and alarm timers.
Diffstat (limited to '')
-rw-r--r--cpukit/posix/include/rtems/posix/psignal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/posix/include/rtems/posix/psignal.h b/cpukit/posix/include/rtems/posix/psignal.h
index 7fbd0e274a..608a8519e9 100644
--- a/cpukit/posix/include/rtems/posix/psignal.h
+++ b/cpukit/posix/include/rtems/posix/psignal.h
@@ -63,6 +63,8 @@ extern struct sigaction _POSIX_signals_Vectors[ SIG_ARRAY_MAX ];
extern Watchdog_Control _POSIX_signals_Alarm_timer;
+extern Watchdog_Control _POSIX_signals_Ualarm_timer;
+
extern Thread_queue_Control _POSIX_signals_Wait_queue;
extern Chain_Control _POSIX_signals_Inactive_siginfo;