]> git.ipfire.org Git - thirdparty/git.git/commit
cmake: use writev(3p) wrapper as needed
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 3 Apr 2026 08:55:02 +0000 (08:55 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Apr 2026 17:34:01 +0000 (10:34 -0700)
commit89152af176ea94ea8f3249115b6e00827fbbeb70
treec6958606adbf8770896834d1ae605456e40ffe1d
parent835e0aaf6f0e07e9f9a393ed0e456db7c1be33ef
cmake: use writev(3p) wrapper as needed

This is a companion patch of 3b9b2c2a29a (compat/posix: introduce
writev(3p) wrapper, 2026-03-13) where support for using the `writev()`
wrapper was introduced in the `Makefile` and the Meson-based build, but
the CMake build still needs that treatment, too.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/buildsystems/CMakeLists.txt