Jim Meyering wrote:
> You're welcome to commit that.
Committed. It compiles fine. Whether it works (or whether under some
circumstances pipes can also be of FILE_TYPE_CHAR), could be determined
if there was a unit test for this module...
Bruno
Bruno Haible <[EMAIL PROTECTED]> wrote:
> Another module that fails to compile on mingw is isapipe.c, because
> that platform does not have the pipe() call.
>
> Here is a proposed port of that module:
>
>
> 2008-04-20 Bruno Haible <[EMAIL PROTECTED]>
>
> * lib/isapipe.c: Port to native Wind