From 90e1600f4f9e3a3dcbf0a91e23098b052c975a9d Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Wed, 15 Jul 2020 12:42:32 +0000 Subject: linux: Always define STAT_IS_KERNEL_STAT It allows to check for its value instead of its existence. Checked with a build for all affected ABIS. Reviewed-by: Lukasz Majewski --- sysdeps/unix/sysv/linux/mips/kernel_stat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/unix/sysv/linux/mips/kernel_stat.h') diff --git a/sysdeps/unix/sysv/linux/mips/kernel_stat.h b/sysdeps/unix/sysv/linux/mips/kernel_stat.h index 388df1bfff..e75f3e805b 100644 --- a/sysdeps/unix/sysv/linux/mips/kernel_stat.h +++ b/sysdeps/unix/sysv/linux/mips/kernel_stat.h @@ -56,5 +56,6 @@ struct kernel_stat }; #endif +#define STAT_IS_KERNEL_STAT 0 #define XSTAT_IS_XSTAT64 0 #define STATFS_IS_STATFS64 0 -- cgit v1.2.3-70-g09d2