Eric Blake wrote:
> According to Bruno Haible on 12/26/2009 11:59 AM:
> > * The dependency of dup2-tests on 'cloexec' could be removed if the
> > relevant (small) part of the test would be enclosed in
> > #ifdef GNULIB_CLOEXEC
> > so that it is skipped if the cloexec module is not present.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Bruno Haible on 12/26/2009 11:59 AM:
> * The dependency of dup2-tests on 'cloexec' could be removed if the
> relevant (small) part of the test would be enclosed in
> #ifdef GNULIB_CLOEXEC
> so that it is skipped if the cloexec mod