Commit 210893ca authored by Denis Kirjanov's avatar Denis Kirjanov Committed by Stafford Horne

openrisc: signal: remove unused DEBUG_SIG macro

Signed-off-by: default avatarDenis Kirjanov <kda@linux-powerpc.org>
Signed-off-by: default avatarStafford Horne <shorne@gmail.com>
parent 72698a87
...@@ -28,8 +28,6 @@ ...@@ -28,8 +28,6 @@
#include <asm/ucontext.h> #include <asm/ucontext.h>
#include <linux/uaccess.h> #include <linux/uaccess.h>
#define DEBUG_SIG 0
struct rt_sigframe { struct rt_sigframe {
struct siginfo info; struct siginfo info;
struct ucontext uc; struct ucontext uc;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment