Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 5ebe6afaf0057ac3eaeb98defd5456894b446d22 authored by Linus Torvalds on 04 May 2015, 02:22:23 UTC
Linux 4.1-rc2
Tip revision: 5ebe6af
fcntl.h
#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 <linux/personality.h>
#include <asm-generic/fcntl.h>

#endif /* _ASM_IA64_FCNTL_H */
back to top