2018-10-26 15:19:03 +02:00
|
|
|
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
|
2018-10-26 16:21:47 +02:00
|
|
|
+++ qemu-3.0.0.mod/linux-user/syscall_defs.h 2018-10-26 16:49:45.280265184 +0300
|
2018-10-26 15:19:03 +02:00
|
|
|
@@ -1698,7 +1698,7 @@
|
2018-09-17 13:27:14 +02:00
|
|
|
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)
|
2018-10-26 15:19:03 +02:00
|
|
|
@@ -1783,7 +1783,7 @@
|
2018-09-17 13:27:14 +02:00
|
|
|
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 {
|
2018-10-26 15:19:03 +02:00
|
|
|
@@ -1804,7 +1804,7 @@
|
2018-09-17 13:27:14 +02:00
|
|
|
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 {
|
2018-10-26 15:19:03 +02:00
|
|
|
@@ -1826,7 +1826,7 @@
|
2018-09-17 13:27:14 +02:00
|
|
|
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 {
|