Added line to initialize timer_max.

This commit is contained in:
Joel Sherrill
1999-04-12 15:36:07 +00:00
parent ee3f8b8c85
commit d1153156f0
2 changed files with 4 additions and 0 deletions

View File

@@ -191,6 +191,8 @@ void _POSIX_Timer_Manager_initialization ( int max_timers )
for (index=0; index<max_timers; index++)
TIMER_INITIALIZE_S( index );
timer_max = max_timers;
}
/* ***************************************************************************

View File

@@ -191,6 +191,8 @@ void _POSIX_Timer_Manager_initialization ( int max_timers )
for (index=0; index<max_timers; index++)
TIMER_INITIALIZE_S( index );
timer_max = max_timers;
}
/* ***************************************************************************