]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hwclock: flush stdout in hwclock -c
authorAlexey Galakhov <agalakhov@gmail.com>
Thu, 16 Apr 2015 15:26:27 +0000 (17:26 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 29 Apr 2015 10:44:49 +0000 (12:44 +0200)
commite514cb54e321a689bb9dfde8f89b8ff745c0a077
tree0751b126582a8a72d9db0b1bef4f4bd885628803
parent466ff572c7f93d060a33d9d1477478d4d295226a
hwclock: flush stdout in hwclock -c

This allows using hwclock -c in automated test scripts that parse
its output line-by-line. The standard output is flushed before
each 10 second delay.

Signed-off-by: Alexey Galakhov <agalakhov@gmail.com>
sys-utils/hwclock.c