Release 4.14 arch/x86/include/asm/posix_types.h
/* SPDX-License-Identifier: GPL-2.0 */
# ifdef CONFIG_X86_32
# include <asm/posix_types_32.h>
# else
# include <asm/posix_types_64.h>
# endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Adrian Bunk | 8 | 57.14% | 1 | 25.00% |
Thomas Gleixner | 3 | 21.43% | 1 | 25.00% |
David Howells | 2 | 14.29% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 7.14% | 1 | 25.00% |
Total | 14 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.