]> git.tuebingen.mpg.de Git - paraslash.git/commit
fd: Modify xwrite() and write_all() to take void * buffer argument.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 2 Jun 2025 21:34:21 +0000 (23:34 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 4 Jun 2025 18:32:08 +0000 (20:32 +0200)
commit88f32f1aee78700647bd1f834e592cdb5e8adbf7
tree06cce7a7990c5f1ad6cb90e7abb3e1db0e47edb1
parent9a001567d89a65d62e1c2bcee849becee2aa9b59
fd: Modify xwrite() and write_all() to take void * buffer argument.

That's what the underlying call to writev(2) expects.
fd.c
fd.h