Projects
Browse Source     Search     Timeline     Wiki

Changeset 23372

Show
Ignore:
Timestamp:
09/11/07 16:49:02 (15 months ago)
Author:
zarzycki@…
Message:

Comments are good.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/launchd/src/launchd_core_logic.c

    r23371 r23372  
    23062306        } 
    23072307 
     2308        /* 
     2309         * Some users adjust the wall-clock and then expect software to not notice. 
     2310         * Therefore, launchd must use an absolute clock instead of gettimeofday() 
     2311         * or time() wherever possible. 
     2312         */ 
    23082313        td = (tnow - j->start_time) * tbi.numer / tbi.denom; 
    23092314        td /= NSEC_PER_SEC;