Files
git/compat
Johannes Sixt bfe13b6357 Fix setitimer implementation.
Although we made sure that in->it_interval is either zero or equal to
in->it_value, we were still using in->it_interval to compute the timeout,
which could be zero, for example, with git-log's --early-output flag.
Use in->it_value instead.

On the otherhand, we used in->it_value to check for a single-shot timer.
Use in->it_interval instead.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
2007-11-26 13:16:40 +01:00
..
2007-01-19 16:24:48 +01:00
2007-01-19 16:24:48 +01:00
2007-09-06 22:46:00 -07:00
2007-11-26 13:16:40 +01:00
2007-06-07 00:04:01 -07:00
2007-11-21 07:34:44 +01:00
2007-03-01 22:09:05 +01:00