2005-04-17 00:20:36 +02:00
|
|
|
/*
|
|
|
|
* Copyright 2003 PathScale, Inc.
|
|
|
|
*
|
|
|
|
* Licensed under the GPL
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "sysdep/ptrace.h"
|
|
|
|
|
|
|
|
void arch_init_thread(void)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
void arch_check_bugs(void)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
int arch_handle_signal(int sig, union uml_pt_regs *regs)
|
|
|
|
{
|
2007-05-06 23:50:58 +02:00
|
|
|
return 0;
|
2005-04-17 00:20:36 +02:00
|
|
|
}
|