Sign in
◑
Theme
android
/
kernel
/
common
/
3ec022196c4e
/
.
/
rust
/
helpers
/
signal.c
blob: 4d4e019ad42222b6067813d4b0715b872d96f3bd [
file
]
// SPDX-License-Identifier: GPL-2.0
#include
<linux/export.h>
#include
<linux/sched/signal.h>
__rust_helper
int
rust_helper_signal_pending
(
struct
task_struct
*
t
)
{
return
signal_pending
(
t
);
}