浏览代码

m32r: struct old_sigaction is never used

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro 13 年之前
父节点
当前提交
fe2eff8b87
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      arch/m32r/include/asm/signal.h

+ 0 - 7
arch/m32r/include/asm/signal.h

@@ -110,13 +110,6 @@ typedef unsigned long sigset_t;
 #include <asm-generic/signal-defs.h>
 
 #ifdef __KERNEL__
-struct old_sigaction {
-	__sighandler_t sa_handler;
-	old_sigset_t sa_mask;
-	unsigned long sa_flags;
-	__sigrestore_t sa_restorer;
-};
-
 struct sigaction {
 	__sighandler_t sa_handler;
 	unsigned long sa_flags;