mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
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.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user