--- /usr/lib/gcc/mips64el-linux-gnuabi64/11/include/d/core/sys/posix/sys/stat.d	2021-11-18 20:24:46.000000000 +0000
+++ stat.d	2021-12-14 15:22:21.929556158 +0000
@@ -338,45 +338,45 @@
                 c_long      st_pad4;
                 blkcnt_t    st_blocks;
             }
             c_long[14]  st_pad5;
         }
     }
     else version (MIPS64)
     {
         struct stat_t
         {
-            c_ulong     st_dev;
+            ulong       st_dev;
             int[3]      st_pad1;
             static if (!__USE_FILE_OFFSET64)
             {
                 ino_t       st_ino;
             }
             else
             {
-                c_ulong     st_ino;
+                ulong       st_ino;
             }
             mode_t      st_mode;
             nlink_t     st_nlink;
             uid_t       st_uid;
             gid_t       st_gid;
-            c_ulong     st_rdev;
+            ulong       st_rdev;
             static if (!__USE_FILE_OFFSET64)
             {
                 uint[2]     st_pad2;
                 off_t       st_size;
                 int         st_pad3;
             }
             else
             {
-                c_long[3]   st_pad2;
-                c_long      st_size;
+                uint[3]     st_pad2;
+                long        st_size;
             }
             static if (__USE_MISC || __USE_XOPEN2K8)
             {
                 timespec    st_atim;
                 timespec    st_mtim;
                 timespec    st_ctim;
                 extern(D) @safe @property inout pure nothrow
                 {
                     ref inout(time_t) st_atime() return { return st_atim.tv_sec; }
                     ref inout(time_t) st_mtime() return { return st_mtim.tv_sec; }
@@ -393,23 +393,23 @@
                 c_ulong     st_ctimensec;
             }
             blksize_t   st_blksize;
             uint        st_pad4;
             static if (!__USE_FILE_OFFSET64)
             {
                 blkcnt_t    st_blocks;
             }
             else
             {
-                c_long  st_blocks;
+                long        st_blocks;
             }
-            c_long[14]  st_pad5;
+            uint[14]  st_pad5;
         }
     }
     else version (PPC)
     {
         struct stat_t
         {
             c_ulong     st_dev;
             ino_t       st_ino;
             mode_t      st_mode;
             nlink_t     st_nlink;