Changeset e8ee2f32 in rtems
- Timestamp:
- 10/05/97 16:26:04 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7d5566e
- Parents:
- 8959fcc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/src/time.c
r8959fcc re8ee2f32 63 63 _TOD_Microseconds_per_tick; 64 64 65 return ticks; 65 if (ticks) 66 return ticks; 67 68 return 1; 66 69 } 67 70 -
cpukit/posix/src/time.c
r8959fcc re8ee2f32 63 63 _TOD_Microseconds_per_tick; 64 64 65 return ticks; 65 if (ticks) 66 return ticks; 67 68 return 1; 66 69 } 67 70
Note: See TracChangeset
for help on using the changeset viewer.