1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: GPL-2.0

#include <linux/export.h>
#include <linux/sched/signal.h>

int rust_helper_signal_pending(struct task_struct *t)
{
	return signal_pending(t);
}
你和我 十指緊扣 默寫前奏 可是那然後呢