Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/arch/x86/um/bugs_64.c
26424 views
1
/*
2
* Copyright 2003 PathScale, Inc.
3
*
4
* Licensed under the GPL
5
*/
6
7
#include <arch.h>
8
#include <sysdep/ptrace.h>
9
10
void arch_check_bugs(void)
11
{
12
}
13
14
void arch_examine_signal(int sig, struct uml_pt_regs *regs)
15
{
16
}
17
18