| #ifndef _ASM_IA64_FCNTL_H |
| #define _ASM_IA64_FCNTL_H |
| * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co. |
| #define F_SETOWN 8 /* for sockets. */ |
| #define F_GETOWN 9 /* for sockets. */ |
| #define F_SETSIG 10 /* for sockets. */ |
| #define F_GETSIG 11 /* for sockets. */ |
| /* for posix fcntl() and lockf() */ |
| /* for old implementation of bsd flock () */ |
| #define F_EXLCK 4 /* or 3 */ |
| #define F_SHLCK 8 /* or 4 */ |
| #define force_o_largefile() \ |
| (personality(current->personality) != PER_LINUX32) |
| #include <asm-generic/fcntl.h> |
| #endif /* _ASM_IA64_FCNTL_H */ |