(dump_remainder): Flush standard output just before
authorJim Meyering <jim@meyering.net>
Thu, 17 Nov 1994 12:49:10 +0000 (12:49 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 17 Nov 1994 12:49:10 +0000 (12:49 +0000)
commit53c46c67ac349397e57f5d50ae400531186a7a81
tree17df5aa6e017884e19281070c6ae926d8a9fb4d4
parent13e79f4f721fc116aeeacf41fc5cf21913f0f1cf
(dump_remainder): Flush standard output just before
sleeping so that `tail -f' will output partial lines sooner.
This applies only when following the end of a single file.
From Leonard N. Zubkoff <lnz@dandelion.com>.

(file_lines, pipe_lines, pipe_bytes, start_bytes, start_lines, dump_remainder):
Use STDOUT_FILENO instead of `1' in XWRITE calls.
src/tail.c