Alex Rønne Petersen 890433e292
std.os.linux: Define timespec as kernel_timespec (64-bit) for riscv32.
This is kind of a hack because the timespec in UAPI headers is actually still
32-bit while __kernel_timespec is 64-bit. But, importantly, all the syscalls
take __kernel_timespec from the get-go (because riscv32 support is so recent).

Defining our timespec this way will allow all the syscall wrappers in
std.os.linux to do the right thing for riscv32. For other 32-bit architectures,
we have to use the 64-bit time syscalls explicitly to solve the Y2038 problem.
2024-07-29 09:50:41 +02:00
..
2024-07-26 14:33:59 -07:00
2024-05-08 19:37:29 -07:00
2024-07-29 09:50:09 +02:00
2024-06-16 11:53:33 +02:00
2024-07-25 18:52:21 -07:00