// SPDX-License-Identifier: GPL-2.0 #include #include int rust_helper_signal_pending(struct task_struct *t) { return signal_pending(t); }