ia64: arch/ia64/include/uapi/asm/fcntl.h needs personality.h
[deliverable/linux.git] / arch / ia64 / include / uapi / asm / fcntl.h
CommitLineData
1da177e4
LT
1#ifndef _ASM_IA64_FCNTL_H
2#define _ASM_IA64_FCNTL_H
3/*
1da177e4
LT
4 * Modified 1998-2000
5 * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co.
6 */
7
ff67b597
TL
8#define force_o_largefile() \
9 (personality(current->personality) != PER_LINUX32)
ef3daeda 10
f9af420f 11#include <linux/personality.h>
9317259e
SR
12#include <asm-generic/fcntl.h>
13
1da177e4 14#endif /* _ASM_IA64_FCNTL_H */
This page took 0.772764 seconds and 5 git commands to generate.