blob: 1dd275dc8f653a0b6be00f469998bfa8711044a0 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _ASM_IA64_FCNTL_H
2#define _ASM_IA64_FCNTL_H
3/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 * Modified 1998-2000
5 * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co.
6 */
7
Tony Luckff67b592005-08-30 14:59:24 -07008#define force_o_largefile() \
9 (personality(current->personality) != PER_LINUX32)
Yoav Zachef3daed2005-06-23 00:09:58 -070010
Stephen Rothwell93172592005-09-06 15:17:57 -070011#include <asm-generic/fcntl.h>
12
Linus Torvalds1da177e2005-04-16 15:20:36 -070013#endif /* _ASM_IA64_FCNTL_H */