]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
afh/audioc: Explicitly mark STDOUT as blocking.
authorAndre Noll <maan@systemlinux.org>
Tue, 6 Dec 2011 17:17:57 +0000 (18:17 +0100)
committerAndre Noll <maan@systemlinux.org>
Wed, 4 Jan 2012 14:44:25 +0000 (15:44 +0100)
STDOUT_FILENO is usually set to blocking mode, but as we rely on this,
it is safer to clear the nonblock flag explicitly.


No differences found