Release 4.11 arch/ia64/include/uapi/asm/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 */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 9 | 40.91% | 1 | 16.67% |
Yoav Zach | 4 | 18.18% | 1 | 16.67% |
Stephen Rothwell | 4 | 18.18% | 2 | 33.33% |
Andrew Morton | 3 | 13.64% | 1 | 16.67% |
Tony Luck | 2 | 9.09% | 1 | 16.67% |
Total | 22 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.