commit | a787019518a540a7b4d0070f15467931b870ac89 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 14 12:56:36 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 14 12:56:36 2019 +0100 |
tree | 684243a253d30b00c171f25144798f80400ecc4b | |
parent | 5fd0f5052f9a312bb4cfe7b4176b1211d45127ee [diff] [blame] |
patch 8.1.0915: fsync() may not work properly on Mac Problem: fsync() may not work properly on Mac. Solution: Use fcntl() with F_FULLFSYNC. (suggested by Justin M. Keyes)
diff --git a/src/version.c b/src/version.c index ed224a4..d0255a1 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 915, +/**/ 914, /**/ 913,