Преглед изворни кода

* revert r36666 as it interferes with r36664

git-svn-id: trunk@36671 -
florian пре 8 година
родитељ
комит
568d6d1486
1 измењених фајлова са 6 додато и 8 уклоњено
  1. 6 8
      rtl/linux/sparc64/stat.inc

+ 6 - 8
rtl/linux/sparc64/stat.inc

@@ -19,22 +19,20 @@
   { do NOT declare this record as packed, because it needs to be aligned }
   { to its largest member (i.e., 8 bytes), and declaring it as packed    }
   { disables that                                                        }
-  { extracted from "/usr/sparc64-linux-gnu/include/bits/stat.h"  line 38 }
   Stat = record  // No unix typing because of differences
     st_dev    : culong;
-    __pad1    : cushort; 
     st_ino    : culong;
-    st_mode   : cuint;
-    st_nlink  : cuint;
+    st_nlink  : culong;
 
+    st_mode   : cuint;
     st_uid    : cuint;
     st_gid    : cuint;
+    __pad0    : cuint;
 
     st_rdev   : culong;
-    __pad2    : cushort;
-    st_size   : clonglong;
-    st_blksize: culong;
-    st_blocks : culong;
+    st_size   : clong;
+    st_blksize: clong;
+    st_blocks : clong;
 
     st_atime  : culong;
     st_atime_nsec : culong;