]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commita5f5ca5e8d937f6e0a01f71832f209603e389219
tree7d72e4272855651e99e02e05c92b9af6e6cef82f
parentfb87f827a783a42a9292cc434c61b0fc9e67af45
afh/audioc: Explicitly mark STDOUT as blocking.

STDOUT_FILENO is usually set to blocking mode, but as we rely on this,
it is safer to clear the nonblock flag explicitly.
afh.c
audioc.c