]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0842: not checking for the sync() systemcall v9.1.0842
authorJonas Sortie Termansen <sortie@maxsi.org>
Mon, 4 Nov 2024 19:32:27 +0000 (20:32 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 4 Nov 2024 19:36:41 +0000 (20:36 +0100)
commit8bb5eaf019bc46e3b20e1509d88c07655f1632cd
tree3f103db3804c6c387fba8484bcbffee229c58b8f
parentcef8ab2c75841cee1cd72266aa662fbe54fc0acc
patch 9.1.0842: not checking for the sync() systemcall

Problem:  not checking for the sync() systemcall
Solution: check for sync in configure script, fix related #ifdefs
          (Jonas Termansen)

It's better to check for features directly rather than maintaining a
denylist of operating systems without them.

closes: #15985

Signed-off-by: Jonas 'Sortie' Termansen <sortie@maxsi.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/auto/configure
src/config.h.in
src/configure.ac
src/memfile.c
src/version.c