bug-gnulib
[Top][All Lists]
Advanced

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

Re: PATCH: Fix poll() impl on Win32


From: Paolo Bonzini
Subject: Re: PATCH: Fix poll() impl on Win32
Date: Wed, 07 Jan 2009 20:58:30 +0100
User-agent: Thunderbird 2.0.0.18 (Macintosh/20081105)

Jim Meyering wrote:
> "Daniel P. Berrange" <address@hidden> wrote:
>> I've been using the GNULIB poll() impl in libvirt on Win32 (well Mingw +
>> WINE) and found it was producing really wierd results, such ret=-1 +
>> errno=EAGAIN, or ret=0 even though requested timeout was infinite.
>> After a little debugging I discovered a missing initialization of
>> the 'rc' variable in the Win32 impl of poll(). With this patch
>> applied, it is behaving as desired.

Of course ok.

Paolo




reply via email to

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