Eric Blake asked:
> > +/* Fix up the FD_* macros.  */
> > +
> > +#ifndef FD_CLOEXEC
> > +# define FD_CLOEXEC 1
> > +#endif
> 
> Is mingw the only known platform that lacks this?

Yes. And on all Unix platforms, FD_CLOEXEC has the value 1.

Bruno


Reply via email to