1
0
forked from aniani/vim

patch 8.2.2639: build failure when fsync() is not available

Problem:    Build failure when fsync() is not available.
Solution:   Add #ifdef.
This commit is contained in:
Bram Moolenaar
2021-03-22 16:45:35 +01:00
parent 4c86830fc5
commit 5ea79a2599
2 changed files with 5 additions and 1 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2639,
/**/
2638,
/**/