]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Introduce xwritev().
authorAndre Noll <maan@systemlinux.org>
Fri, 23 Dec 2011 17:28:45 +0000 (18:28 +0100)
committerAndre Noll <maan@systemlinux.org>
Fri, 20 Jan 2012 21:57:07 +0000 (22:57 +0100)
For the sideband API we will need to write two buffers one after
another. This patch adds the new public function xwritev() to fd.c
which takes an arbitrary number of buffers and calls writev() to
perform the write.

With this function in place, xwrite() becomes a trivial wrapper
for xwritev().


No differences found