mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
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 <lukma@denx.de>
This commit is contained in:
@ -56,5 +56,6 @@ struct kernel_stat
|
||||
};
|
||||
#endif
|
||||
|
||||
#define STAT_IS_KERNEL_STAT 0
|
||||
#define XSTAT_IS_XSTAT64 0
|
||||
#define STATFS_IS_STATFS64 0
|
||||
|
Reference in New Issue
Block a user