Changeset 23372
- Timestamp:
- 09/11/07 16:49:02 (15 months ago)
- Files:
-
- 1 modified
-
trunk/launchd/src/launchd_core_logic.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/launchd/src/launchd_core_logic.c
r23371 r23372 2306 2306 } 2307 2307 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 */ 2308 2313 td = (tnow - j->start_time) * tbi.numer / tbi.denom; 2309 2314 td /= NSEC_PER_SEC;

