Re: [PATCH 2/2] mingw: ensure temporary file handles are not inherited by child processes
From: Junio C Hamano <hidden>
Date: 2016-08-19 15:59:19
Eric Wong [off-list ref] writes:
I'd be more comfortable keeping the EINVAL check that got snipped in your reply. O_CLOEXEC can be defined to non-zero in new userspace headers, but an older kernel chokes on it with EINVAL.
Good point. Thanks.