From ff3c06a5297407d857289aea716c7867cf2399b8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 4 Oct 2009 22:08:43 +0000 Subject: 2009-10-04 Joel Sherrill * 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. --- cpukit/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index c582c9eb71..e0f9c13108 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,10 @@ +2009-10-04 Joel Sherrill + + * 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. + 2009-10-02 Ralf Corsépius * libmisc/monitor/mon-driver.c: Fix warning if -- cgit v1.2.3