qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] qtest: Fix tv_usec != long


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH] qtest: Fix tv_usec != long
Date: Thu, 19 Apr 2012 13:25:07 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

On 04/19/2012 12:04 PM, Blue Swirl wrote:
>> > -            tv.tv_sec, tv.tv_usec);
>> > +            tv.tv_sec, (long) tv.tv_usec);
> Instead of the casts, can't we fix FMT_timeval?
> 

Without truly ugly configure detection, I sincerely doubt it.


r~



reply via email to

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