-
Committer:
Ben Hutchings
-
Date:
2023-01-04 00:34:39 UTC
-
Revision ID:
git-v1:12f259dda1ef59b5f1f2fb67631dcbf94c18c56c
[klibc] mips64: Fix struct stat layout
On mips64, struct stat has 32-bit time fields instead of following
struct timespec.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>