mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-26 21:54:11 +08:00
Hexagon: fix signal.c compile error
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
This commit is contained in:
parent
0d3ab450a7
commit
f3f601c1d2
@ -19,6 +19,8 @@
|
||||
#ifndef _ASM_SIGNAL_H
|
||||
#define _ASM_SIGNAL_H
|
||||
|
||||
#include <uapi/asm/registers.h>
|
||||
|
||||
extern unsigned long __rt_sigtramp_template[2];
|
||||
|
||||
void do_signal(struct pt_regs *regs);
|
||||
|
Loading…
Reference in New Issue
Block a user