WIP FPC-III support
[linux/fpc-iii.git] / arch / ia64 / include / uapi / asm / fcntl.h
blob7b95523efe5a8eb801d27a1998a1193f71c6ae1c
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _ASM_IA64_FCNTL_H
3 #define _ASM_IA64_FCNTL_H
4 /*
5 * Modified 1998-2000
6 * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co.
7 */
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 */