Change interfaces of OS_real_time_clock and OS_process_clock to return
authorChris Hanson <org/chris-hanson/cph>
Thu, 1 Jul 1993 22:29:59 +0000 (22:29 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 1 Jul 1993 22:29:59 +0000 (22:29 +0000)
commitbf61fd63d635493eeae0313704cc1c9230838dd3
tree139ce6861f16e070100ee284449efcd9670dc0a6
parent21516f0acdb3fb14bcf9efc0a9f7f02e4cbc386a
Change interfaces of OS_real_time_clock and OS_process_clock to return
double instead of clock_t.  This combined with changes in the
implementations of these procedures should prevent wraparound of these
clocks.
v7/src/microcode/dosenv.c
v7/src/microcode/ntenv.c
v7/src/microcode/osenv.h
v7/src/microcode/prosenv.c
v7/src/microcode/uxenv.c