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