Re: Re: CVS update [cvs1-11-x-branch]: /ccvs/src/
Bruno Haible <[email protected]> Thu, 2 Sep 2004 18:30:50 +0200
| Newsgroups | gmane.comp.lib.gnulib.bugs,gmane.comp.version-control.cvs.bugs |
|---|---|
| Message-ID | <[email protected]> |
Larry Jones wrote: > they should be testing for writability with select before trying to > write to stderr rather than just blindly putting stderr into nonblocking > mode Agreed: On platforms where select() or poll() is available, there is no reason to use the old non-blocking I/O facility. Bruno