K 10 svn:author V 7 ghelmer K 8 svn:date V 27 2012-01-11T16:35:26.198856Z K 7 svn:log V 216 jilles pointed out that O_CLOEXEC could be used in the open(2) flags rather than using fcntl(2) later, and in addition to saving a system call, removes a possible race with fork/exec from threads or signal handlers. END