提交 02cc2ccf 编写于 作者: M Mike Frysinger 提交者: Richard Kuo

Revert "Hexagon: fix signal.c compile error"

This reverts commit f3f601c1.

UAPI headers cannot use "uapi/" in their paths by design -- when they're
installed, they do not have the uapi/ prefix.  Otherwise doing so breaks
userland badly.
Signed-off-by: NMike Frysinger <vapier@gentoo.org>
Signed-off-by: NRichard Kuo <rkuo@codeaurora.org>
上级 d70e22d5
......@@ -19,8 +19,6 @@
#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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册