]> 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)
committerKarel Zak <kzak@redhat.com>
Wed, 29 Apr 2015 10:40:16 +0000 (12:40 +0200)
commit6eb59fd3bdb6ec71c6d43ed3298224c88957212c
treea793fcafbfee4bde6fb8aeef64fb15f7688121fb
parentb8ccd16ff43a75716074b31ed3cc9b58f5766723
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