]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(main): Flush stdout before switching to unbuffered mode
authorJim Meyering <jim@meyering.net>
Sun, 5 Dec 1999 22:36:02 +0000 (22:36 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 5 Dec 1999 22:36:02 +0000 (22:36 +0000)
commit93c2c18a801768ddf5d124b303b7d3d1c5a76001
treef170985de3846fa522d6ede3c73e6c0f13175158
parentdd002c22fd3abc847b5e79d5fca4cf3ee89b0f84
(main): Flush stdout before switching to unbuffered mode
and calling tail_forever.  Required only on Solaris2.7 -- on other
systems, using setvbuf to switch to unbufferd mode does the flush.
src/tail.c