/* SPDX-License-Identifier: GPL-2.0+ */ #include #include struct rt_sigframe { struct siginfo rs_info; struct ucontext rs_uctx; };