Eric Blake wrote:
> How about this patch?

To make it compile on mingw (mingw has neither the fcntl function nor the
F_GETFL flag), I would change the

  #if !_LIBC

to

  #if !_LIBC && defined F_GETFL

Bruno


Reply via email to