[PATCH v2] ntdll: Fix passing timeout to FUTEX_WAIT when 64-bit time_t is used.

Piotr Caban piotr.caban at gmail.com
Mon Apr 25 14:24:11 CDT 2022


On 4/25/22 20:38, Zebediah Figura wrote:
> On 4/24/22 14:06, Piotr Caban wrote:
>>> I think it may be easiest just to manually define the timespec 
>>> structure(s).
>> I don't think we should do it. While it will probably work in i386 
>> only case it looks risky.
> 
> I don't understand; why is it risky? It's part of the syscall ABI, so it 
> should never change.
My bad, I thought that the interface will change when _TIME_BITS=64 is 
enabled globally. I've sent fixed version.

Thanks,
Piotr



More information about the wine-devel mailing list