diff src/fileio.c @ 23467:826a6406ea7b v8.2.2276

patch 8.2.2276: list of distributed files is outdated Commit: https://github.com/vim/vim/commit/a72514945bc3edd4fc4d745004e37c5d5487c98d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 2 16:53:13 2021 +0100 patch 8.2.2276: list of distributed files is outdated Problem: List of distributed files is outdated. Solution: Update the file list. Minor comment updates.
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Jan 2021 17:00:04 +0100
parents d80faed40bec
children 49d866e9b439
line wrap: on
line diff
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -2280,6 +2280,7 @@ failed:
     else
     {
 	int fdflags = fcntl(fd, F_GETFD);
+
 	if (fdflags >= 0 && (fdflags & FD_CLOEXEC) == 0)
 	    (void)fcntl(fd, F_SETFD, fdflags | FD_CLOEXEC);
     }