Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
stable
/
linux-stable.git
/
master
/
.
/
rust
/
helpers
/
signal.c
blob: 85111186cf3d77508fefac9407c87c5f000d15cf [
file
]
// SPDX-License-Identifier: GPL-2.0
#include
<linux/sched/signal.h>
__rust_helper
int
rust_helper_signal_pending
(
struct
task_struct
*
t
)
{
return
signal_pending
(
t
);
}