Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.12 16 lines 213 B view raw
1/* 2 * Copyright 2003 PathScale, Inc. 3 * 4 * Licensed under the GPL 5 */ 6 7#include <arch.h> 8#include <sysdep/ptrace.h> 9 10void arch_check_bugs(void) 11{ 12} 13 14void arch_examine_signal(int sig, struct uml_pt_regs *regs) 15{ 16}