2024-09-09 08:52:07 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2003 PathScale, Inc.
|
|
|
|
*
|
|
|
|
* Licensed under the GPL
|
|
|
|
*/
|
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
#include <sysdep/ptrace.h>
|
2024-09-09 08:52:07 +00:00
|
|
|
|
|
|
|
void arch_check_bugs(void)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
void arch_examine_signal(int sig, struct uml_pt_regs *regs)
|
|
|
|
{
|
|
|
|
}
|