Sign in
ara-mdk
/
kernel
/
panda
/
4a2a4da43995864786d59f5f0ebf42c0c1e2cdd1
/
.
/
arch
/
um
/
sys-x86_64
/
bugs.c
blob: 095478890371ba5cd008d0f849b7f4a9a9828cd4 [
file
] [
log
] [
blame
]
/*
* 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
)
{
return
0
;
}