time_t will remain 32-bit to avoid breaking ABI compatibility. However, Linux on 32-bit platforms has a full set of syscalls that return time64_t values. I don’t know about other distros, but since 24.04 Ubuntu has had everything in its repositories using those calls.
time_t
will remain 32-bit to avoid breaking ABI compatibility. However, Linux on 32-bit platforms has a full set of syscalls that returntime64_t
values. I don’t know about other distros, but since 24.04 Ubuntu has had everything in its repositories using those calls.