]> 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>
Mon, 27 Apr 2015 08:26:18 +0000 (10:26 +0200)
commitff229538902c4dd6d0a552d6a4223f077789dee2
treeee89999d89cfd837c8dc5c2770e8230c95a4233a
parent165ae38f0d10baf47786e1eff04971da35eca577
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