Revision a523eb06

b/linux-user/syscall_defs.h
1282 1282
/* FIXME: Microblaze no-mmu user-space has a difference stat64 layout...  */
1283 1283
struct __attribute__((__packed__)) target_stat64 {
1284 1284
	uint64_t st_dev;
1285
        uint64_t st_ino;
1285
#define TARGET_STAT64_HAS_BROKEN_ST_INO 1
1286
	uint32_t pad0;
1287
	uint32_t __st_ino;
1288

  
1286 1289
	uint32_t st_mode;
1287 1290
	uint32_t st_nlink;
1288 1291
	uint32_t st_uid;
......
1296 1299
	int64_t st_blocks;	/* Number 512-byte blocks allocated. */
1297 1300

  
1298 1301
	int	       target_st_atime;
1299
        unsigned int   target_st_atime_nsec;
1302
	unsigned int   target_st_atime_nsec;
1300 1303
	int	       target_st_mtime;
1301
        unsigned int   target_st_mtime_nsec;
1304
	unsigned int   target_st_mtime_nsec;
1302 1305
	int            target_st_ctime;
1303
        unsigned int   target_st_ctime_nsec;
1304
        uint32_t   __unused4;
1305
        uint32_t   __unused5;
1306
	unsigned int   target_st_ctime_nsec;
1307
	uint64_t st_ino;
1306 1308
};
1307 1309

  
1308 1310
#elif defined(TARGET_M68K)

Also available in: Unified diff