]> git.tuebingen.mpg.de Git - paraslash.git/commit
fd: Improve documentation of xwritev().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Sep 2022 15:57:29 +0000 (17:57 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Mar 2023 14:30:56 +0000 (16:30 +0200)
commita3b9a75159d2530c931aa43f4a662b4d9bd3a4a3
tree4192977c4eef2e4e240d8e7e2bd1c719f0d56b4e
parent8b19c88b628f12d1f139c582a634a8058b995b61
fd: Improve documentation of xwritev().

This is another essential helper which was poorly documented. In
particular the EINTR and short write cases were not covered, and it
was left open what a return value of zero means.

Omit the DCCP-specific part and the sentence which explains what
EAGAIN means.
fd.c