Revision 91bd8ce9

b/linux-user/syscall_defs.h
1475 1475
/* This matches struct stat64 in glibc2.1, hence the absolutely
1476 1476
 * insane amounts of padding around dev_t's.
1477 1477
 */
1478
struct target_stat64 {
1478
struct __attribute__((__packed__)) target_stat64 {
1479 1479
	unsigned long long	st_dev;
1480 1480
	unsigned char	__pad0[4];
1481 1481

  

Also available in: Unified diff