diff options
author | Randy Dunlap <[email protected]> | 2023-12-21 20:58:25 -0800 |
---|---|---|
committer | Kent Overstreet <[email protected]> | 2023-12-27 11:49:56 -0500 |
commit | c968b99f868dd82ebcafec9788ce18334da177b6 (patch) | |
tree | 167f575f54ca1c19992d38165ba328410c9b86da /lib/test_fortify/write_overflow-memcpy.c | |
parent | cba6167f0adb07b6cd1b8758dd67718c772e108c (diff) |
LoongArch: signal.c: add header file to fix build error
loongarch's signal.c uses rseq_signal_deliver() so it should
pull in the appropriate header to prevent a build error:
../arch/loongarch/kernel/signal.c: In function 'handle_signal':
../arch/loongarch/kernel/signal.c:1034:9: error: implicit declaration of function 'rseq_signal_deliver' [-Werror=implicit-function-declaration]
1034 | rseq_signal_deliver(ksig, regs);
| ^~~~~~~~~~~~~~~~~~~
Fixes: b74baf4ad05b ("LoongArch: Add signal handling support")
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Huacai Chen <[email protected]>
Cc: WANG Xuerui <[email protected]>
Cc: [email protected]
Cc: Kent Overstreet <[email protected]>
Signed-off-by: Kent Overstreet <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-memcpy.c')
0 files changed, 0 insertions, 0 deletions