M7350/kernel/arch/ia64/include/uapi/asm/fcntl.h

15 lines
325 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
#ifndef _ASM_IA64_FCNTL_H
#define _ASM_IA64_FCNTL_H
/*
* Modified 1998-2000
* David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co.
*/
#define force_o_largefile() \
(personality(current->personality) != PER_LINUX32)
2024-09-09 08:57:42 +00:00
#include <linux/personality.h>
2024-09-09 08:52:07 +00:00
#include <asm-generic/fcntl.h>
#endif /* _ASM_IA64_FCNTL_H */