]> git.tuebingen.mpg.de Git - adu.git/commit
fd.c: EAGAIN can not happen in __write().
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 3 Jan 2015 22:06:36 +0000 (22:06 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 15 Feb 2015 15:53:31 +0000 (16:53 +0100)
commit8532469a26969f2945b06cd7b6ee7fadf2cf6830
treed770e1e3ecfd2e6bb1e6605fd061f962bef1c34a
parentbc747651f044d98cc633da689eb4ff7a67e755ae
fd.c: EAGAIN can not happen in __write().

The only caller does not specify O_NONBLOCK, so the check for EAGAIN
is unnecessary.
fd.c