diff options
-rw-r--r-- | syscall-i386.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syscall-i386.h b/syscall-i386.h index f77b55b..d8fa444 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; |