Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct the

--enable-tests problem a better way.
This commit is contained in:
Joel Sherrill
1999-04-12 20:24:56 +00:00
parent 8cdb582b49
commit 82f490f786
7 changed files with 1874 additions and 72 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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 );