summaryrefslogtreecommitdiff
path: root/arch/tile/include/uapi/asm/stat.h
blob: ea03de7d67aa3748c70e69b8d13c2236ca1d4c98 (plain)
1
2
3
4
5
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#if defined(__KERNEL__) && defined(CONFIG_COMPAT)
#define __ARCH_WANT_STAT64	/* Used for compat_sys_stat64() etc. */
#endif
#include <asm-generic/stat.h>