sparc64: fix decoding of stat family syscalls

This complements commit v4.13-28-gaebfe83.

* file.c [SPARC64]: Change STAT32_PERSONALITY to 1.
This commit is contained in:
Дмитрий Левин 2016-08-09 09:14:11 +00:00
parent 60d7ec80d9
commit deb3bce1a2

2
file.c
View File

@ -161,7 +161,7 @@ struct stat32 {
unsigned int st_blocks;
unsigned int __unused4[2];
};
# define STAT32_PERSONALITY 0
# define STAT32_PERSONALITY 1
# elif defined SPARC
# /* no 64-bit personalities */
# elif defined TILE