]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/clock_oldops.c
xnu-2422.1.72.tar.gz
[apple/xnu.git] / osfmk / kern / clock_oldops.c
index 9a3e6c93f494e2e47b597003bc5561fbd309badc..13a9fa1c6fc52ad45daf38e44f927ea91ba1b765 100644 (file)
@@ -766,7 +766,7 @@ set_alarm(
        uint64_t        abstime;
 
        nanotime_to_absolutetime(alarm_time->tv_sec, alarm_time->tv_nsec, &abstime);
-       timer_call_enter(&alarm_expire_timer, abstime, 0);
+       timer_call_enter_with_leeway(&alarm_expire_timer, NULL, abstime, 0, TIMER_CALL_USER_NORMAL, FALSE);
 }
 
 /*