Home | History | Annotate | Download | only in mpers-m32
      1 #include <inttypes.h>
      2 typedef uint32_t mpers_ptr_t;
      3 typedef
      4 struct {
      5 uint64_t st_dev;
      6 unsigned char __pad0[4];
      7 uint32_t __st_ino;
      8 uint32_t st_mode;
      9 uint32_t st_nlink;
     10 uint32_t st_uid;
     11 uint32_t st_gid;
     12 uint64_t st_rdev;
     13 unsigned char __pad3[4];
     14 int64_t st_size;
     15 uint32_t st_blksize;
     16 uint64_t st_blocks;
     17 uint32_t st_atime;
     18 uint32_t st_atime_nsec;
     19 uint32_t st_mtime;
     20 uint32_t st_mtime_nsec;
     21 uint32_t st_ctime;
     22 uint32_t st_ctime_nsec;
     23 uint64_t st_ino;
     24 } ATTRIBUTE_PACKED m32_struct_stat64;
     25 #define MPERS_m32_struct_stat64 m32_struct_stat64
     26