Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
be0ea7d5da3d99140bde7e5cea328eb111731700
/
.
/
arch
/
um
/
sys-x86_64
/
bugs.c
blob: 506b6765bbcb917a5b77dcd5ab66e97c46da471f [
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
,
struct
uml_pt_regs
*
regs
)
{
return
0
;
}