Set the IO manager pipe descriptors to FD_CLOEXEC
authorSimon Marlow <marlowsd@gmail.com>
Thu, 19 Feb 2009 11:42:17 +0000 (11:42 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 19 Feb 2009 11:42:17 +0000 (11:42 +0000)
commit7451b6856c0302dd926cd0230423840d6cbdced6
treed5a98e2f64fcc0a14b1e94bdea1aef5b477c5f42
parent29d970ffba3201eaafed574e6f67e2786a80021f
Set the IO manager pipe descriptors to FD_CLOEXEC
This pipe is an internal implementation detail, we don't really want
it to be exposed.
GHC/Conc.lhs
System/Posix/Internals.hs
include/HsBase.h