unicore32: Fix __ARCH_WANT_STAT64 definition
authorArnd Bergmann <arnd@arndb.de>
Mon, 18 Feb 2019 16:35:58 +0000 (17:35 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 19 Feb 2019 20:27:53 +0000 (21:27 +0100)
commit8e9f51a8851b6942f587d9842d748c4aacbf7d4f
treea7b2b2e960f48d4746e6d25c71d507f3fddebf2c
parentc8ce48f06503eee20f189eed5b2aa736272b7344
unicore32: Fix __ARCH_WANT_STAT64 definition

The __ARCH_WANT_STAT64 macro must be defined before including
asm-generic/unistd.h. I got this right for everything except
unicore32.

Fixes: bf4b6a7d371e ("y2038: Remove stat64 family from default syscall set")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/unicore32/include/uapi/asm/unistd.h