Changeset d115315 in rtems
- Timestamp:
- 04/12/99 15:36:07 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8cdb582
- Parents:
- ee3f8b8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/src/ptimer.c
ree3f8b8 rd115315 192 192 for (index=0; index<max_timers; index++) 193 193 TIMER_INITIALIZE_S( index ); 194 195 timer_max = max_timers; 194 196 } 195 197 -
cpukit/posix/src/ptimer.c
ree3f8b8 rd115315 192 192 for (index=0; index<max_timers; index++) 193 193 TIMER_INITIALIZE_S( index ); 194 195 timer_max = max_timers; 194 196 } 195 197
Note: See TracChangeset
for help on using the changeset viewer.