]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hwclock: regression fix
authorJ William Piggott <elseifthen@gmx.com>
Tue, 21 Apr 2015 20:43:41 +0000 (16:43 -0400)
committerJ William Piggott <elseifthen@gmx.com>
Tue, 21 Apr 2015 20:43:41 +0000 (16:43 -0400)
commitefc4eaf4229f78f14430d8739ddef2c5101f05cc
tree76f6c827a72e703150729744c2954bc9b8977925
parenta53e37f9d4c9b7b88f13e44f5c82a0ac92dbfd6a
hwclock: regression fix

Commit ab8f402952301106ad0bd5c5a51dc8646d1bff64 regression
where synchronize_to_clock_tick_rtc() only returns the correct
value for a select() time out if using debug mode. This caused
hwclock to have invalid output when select() timed out in
normal mode.

Signed-off-by: J William Piggott <elseifthen@gmx.com>
sys-utils/hwclock-rtc.c