On Tue, Jan 28, 2020 at 01:11:05PM +0000, Daniel P. Berrangé wrote:
Windows uses _O_NOINHERIT as the name for its O_CLOEXEC
equivalent. Define O_CLOEXEC to match this to fix
portability when we remove GNULIB.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
src/internal.h | 6 ++++++
1 file changed, 6 insertions(+)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>