this post was submitted on 23 Jan 2025
62 points (98.4% liked)

Linux

6187 readers
240 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 month ago

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.