Don't touch last overrun if signal was already on queue.

This commit is contained in:
davidxu 2005-10-23 22:59:33 +00:00
parent 6ca525e443
commit c246af91c8

View File

@ -1388,8 +1388,6 @@ itimer_fire(struct itimer *it)
ITIMER_LOCK(it);
if (KSI_ONQ(&it->it_ksi)) {
it->it_overrun++;
it->it_ksi.ksi_overrun = it->it_overrun;
it->it_overrun_last = it->it_overrun;
} else {
it->it_ksi.ksi_overrun = it->it_overrun;
it->it_overrun_last = it->it_overrun;