diff --git a/syscall-i386.h b/syscall-i386.h index f77b55b0ac..d8fa444c97 100644 --- a/syscall-i386.h +++ b/syscall-i386.h @@ -302,7 +302,7 @@ struct target_stat64 { unsigned short st_dev; unsigned char __pad0[10]; -#define STAT64_HAS_BROKEN_ST_INO 1 +#define TARGET_STAT64_HAS_BROKEN_ST_INO 1 target_ulong __st_ino; unsigned int st_mode;