cregit-Linux how code gets into the kernel

Release 4.14 arch/x86/um/syscalls_32.c

Directory: arch/x86/um
// 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

PersonTokensPropCommitsCommitProp
Kyle Huey2496.00%150.00%
Greg Kroah-Hartman14.00%150.00%
Total25100.00%2100.00%
Directory: arch/x86/um
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.