forked from Minki/linux
5ac353f9ba
This patch just gathers together all the struct flock definitions except xtensa into asm-generic/fcntl.h. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
14 lines
294 B
C
14 lines
294 B
C
#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)
|
|
|
|
#include <asm-generic/fcntl.h>
|
|
|
|
#endif /* _ASM_IA64_FCNTL_H */
|