// SPDX-License-Identifier: GPL-2.0 #include <linux/syscalls.h> #include <os.h> SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) { return -EINVAL; }Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| Kyle Huey | 24 | 96.00% | 1 | 50.00% |
| Greg Kroah-Hartman | 1 | 4.00% | 1 | 50.00% |
| Total | 25 | 100.00% | 2 | 100.00% |