From deb3bce1a27fb819f17b307908144ff8de15bab1 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 9 Aug 2016 09:14:11 +0000 Subject: [PATCH] sparc64: fix decoding of stat family syscalls This complements commit v4.13-28-gaebfe83. * file.c [SPARC64]: Change STAT32_PERSONALITY to 1. --- file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.c b/file.c index 3ea0b5da..9ea127b7 100644 --- a/file.c +++ b/file.c @@ -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