]> git.ipfire.org Git - thirdparty/git.git/commit
wrapper: introduce writev(3p) wrappers
authorPatrick Steinhardt <ps@pks.im>
Fri, 13 Mar 2026 06:45:17 +0000 (07:45 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Mar 2026 15:54:14 +0000 (08:54 -0700)
commit1970fcef93adcc5a35f6468d00a5a634d5af2b3c
tree72a7d14cd6856beff59ccdf49a71dcda0066f06a
parent3b9b2c2a29a1d529ca9884fa0a6529f6e2496abe
wrapper: introduce writev(3p) wrappers

In the preceding commit we have added a compatibility wrapper for the
writev(3p) syscall. Introduce some generic wrappers for this function
that we nowadays take for granted in the Git codebase.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
wrapper.c
wrapper.h
write-or-die.c
write-or-die.h