1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _ASM_IA64_FCNTL_H
3 #define _ASM_IA64_FCNTL_H
6 * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co.
9 #define force_o_largefile() \
10 (personality(current->personality) != PER_LINUX32)
12 #include <linux/personality.h>
13 #include <asm-generic/fcntl.h>
15 #endif /* _ASM_IA64_FCNTL_H */