Release 4.14 arch/ia64/include/uapi/asm/fcntl.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#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 | 39.13% | 1 | 14.29% |
Yoav Zach | 4 | 17.39% | 1 | 14.29% |
Stephen Rothwell | 4 | 17.39% | 2 | 28.57% |
Andrew Morton | 3 | 13.04% | 1 | 14.29% |
Tony Luck | 2 | 8.70% | 1 | 14.29% |
Greg Kroah-Hartman | 1 | 4.35% | 1 | 14.29% |
Total | 23 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.