]> git.99rst.org Git - git.git/commit
wrapper: introduce writev(3p) wrappers
authorPatrick Steinhardt <redacted>
Fri, 7 Aug 2026 06:18:04 +0000 (08:18 +0200)
committerJunio C Hamano <redacted>
Fri, 7 Aug 2026 15:57:25 +0000 (08:57 -0700)
commitd70eb7f3600db5fabb538ce35b186db68854b2a8
tree4ba50bd59cdffc5caaa56dadfc2c13565482d356
parent8b0ab33247e7ac86f2cecd144991301b6fe6a55b
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
wrapper.c
wrapper.h
write-or-die.c
write-or-die.h
git clone https://git.99rst.org/PROJECT