bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: undefined behavior in closeout, aggravated by libsigsegv


From: Bruno Haible
Subject: Re: undefined behavior in closeout, aggravated by libsigsegv
Date: Sat, 18 Jul 2009 15:26:20 +0200
User-agent: KMail/1.9.9

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

[Prev in Thread] Current Thread [Next in Thread]