summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/ptimer.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-12 20:24:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-12 20:24:56 +0000
commit82f490f786d2d14f54399aa5313db140a0cc78d4 (patch)
tree9497ca30c57785ad51edf2216d1ad8c45e22be9d /cpukit/posix/src/ptimer.c
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>: (diff)
downloadrtems-82f490f786d2d14f54399aa5313db140a0cc78d4.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct the
--enable-tests problem a better way.
Diffstat (limited to 'cpukit/posix/src/ptimer.c')
-rw-r--r--cpukit/posix/src/ptimer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/posix/src/ptimer.c b/cpukit/posix/src/ptimer.c
index ac11a5cd37..f44a0b28b3 100644
--- a/cpukit/posix/src/ptimer.c
+++ b/cpukit/posix/src/ptimer.c
@@ -189,6 +189,8 @@ void _POSIX_Timer_Manager_initialization ( int max_timers )
* Initialize all the timers
*/
+ timer_max = max_timers;
+
for (index=0; index<max_timers; index++)
TIMER_INITIALIZE_S( index );