Files
linux-apfs/include/asm-ia64/fcntl.h
T

14 lines
294 B
C
Raw Normal View History

2005-04-16 15:20:36 -07: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)
2005-09-06 15:17:57 -07:00
#include <asm-generic/fcntl.h>
2005-04-16 15:20:36 -07:00
#endif /* _ASM_IA64_FCNTL_H */