diff -uNr qemu-3.0.0/linux-user/syscall_defs.h qemu-3.0.0.mod/linux-user/syscall_defs.h --- qemu-3.0.0/linux-user/syscall_defs.h 2018-08-14 22:10:34.000000000 +0300 +++ qemu-3.0.0.mod/linux-user/syscall_defs.h 2018-10-26 16:49:45.280265184 +0300 @@ -1698,7 +1698,7 @@ abi_ulong target_st_mtime_nsec; abi_ulong target_st_ctime; abi_ulong target_st_ctime_nsec; - abi_long __unused[3]; + abi_long __qemu_unused[3]; }; #elif defined(TARGET_SH4) @@ -1783,7 +1783,7 @@ abi_ulong target_st_ctime; abi_ulong target_st_ctime_nsec; - abi_long __unused[3]; + abi_long __qemu_unused[3]; }; #elif defined(TARGET_S390X) struct target_stat { @@ -1804,7 +1804,7 @@ abi_ulong target_st_ctime_nsec; abi_ulong st_blksize; abi_long st_blocks; - abi_ulong __unused[3]; + abi_ulong __qemu_unused[3]; }; #elif defined(TARGET_AARCH64) struct target_stat { @@ -1826,7 +1826,7 @@ abi_ulong target_st_mtime_nsec; abi_long target_st_ctime; abi_ulong target_st_ctime_nsec; - unsigned int __unused[2]; + unsigned int __qemu_unused[2]; }; #elif defined(TARGET_XTENSA) struct target_stat {