stat.h 217 字节
Newer Older
1
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
#if defined(__KERNEL__) && defined(CONFIG_COMPAT)
3 4
#define __ARCH_WANT_STAT64	/* Used for compat_sys_stat64() etc. */
#endif
5
#include <asm-generic/stat.h>