]> git.proxmox.com Git - wasi-libc.git/blobdiff - libc-top-half/musl/arch/microblaze/bits/stat.h
Update to musl 1.2.0.
[wasi-libc.git] / libc-top-half / musl / arch / microblaze / bits / stat.h
index ce6a6bd0ea62d9c0c79df24ef33f34b8dfccef0d..8a4d509a8b0e654ad35cc5cdaad499be585bf608 100644 (file)
@@ -14,8 +14,12 @@ struct stat {
        blksize_t st_blksize;
        int __st_blksize_padding;
        blkcnt_t st_blocks;
+       struct {
+               long tv_sec;
+               long tv_nsec;
+       } __st_atim32, __st_mtim32, __st_ctim32;
+       unsigned __unused[2];
        struct timespec st_atim;
        struct timespec st_mtim;
        struct timespec st_ctim;
-       unsigned __unused[2];
 };