repo.or.cz
/
tomato.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
RT-AC66 3.0.0.4.374.130 core
[tomato.git]
/
release
/
src-rt-6.x
/
linux
/
linux-2.6
/
arch
/
um
/
sys-x86_64
/
bugs.c
blob
095478890371ba5cd008d0f849b7f4a9a9828cd4
1
/*
2
* Copyright 2003 PathScale, Inc.
3
*
4
* Licensed under the GPL
5
*/
6
7
#include
"sysdep/ptrace.h"
8
9
void
arch_init_thread
(
void
)
10
{
11
}
12
13
void
arch_check_bugs
(
void
)
14
{
15
}
16
17
int
arch_handle_signal
(
int
sig
,
union
uml_pt_regs
*
regs
)
18
{
19
return
0
;
20
}