diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-09-21 14:48:53 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-09-21 14:48:53 +0200 |
commit | 0bd405173234b7d749aac144f60b68fee2135cb3 (patch) | |
tree | fb3accf05d842c165661a1b043608d164970a52b /src/os_mac.h | |
parent | 4ff4290de1a9c0fddc02b3fc84f5947bb09db06c (diff) | |
download | vim-git-0bd405173234b7d749aac144f60b68fee2135cb3.tar.gz |
patch 8.1.0423: MS-Windows: using dup-close for flushing a filev8.1.0423
Problem: MS-Windows: using dup-close for flushing a file.
Solution: Use _commit(). (Ken Takata, closes #3463)
Diffstat (limited to 'src/os_mac.h')
-rw-r--r-- | src/os_mac.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os_mac.h b/src/os_mac.h index f1c7cb719..c858a6224 100644 --- a/src/os_mac.h +++ b/src/os_mac.h @@ -101,7 +101,6 @@ #define HAVE_AVAIL_MEM #ifndef HAVE_CONFIG_H -/* #define SYNC_DUP_CLOSE sync() a file with dup() and close() */ # define HAVE_STRING_H # define HAVE_STRCSPN # define HAVE_MEMSET |