Rich Felker on Nostr: Browsing some glibc code, I came across how they're using the statx syscall instead ...
Browsing some glibc code, I came across how they're using the statx syscall instead of the legacy fstatat etc. on MIPS64, because way back the kernel folks botched MIPS kernel ABI (probably copying Irix) and made the time fields of stat structure, on a natively 64-bit target, 32-bit. 🤦
https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=5b980d4809913088729982865188b754939bcd39;hp=1fbffbda365ae8582981dfb284c83903931dd312
https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=5b980d4809913088729982865188b754939bcd39;hp=1fbffbda365ae8582981dfb284c83903931dd312