consolidate kernel-side struct sigaction declarations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
此提交包含在:
Al Viro
2012-11-25 22:24:19 -05:00
父節點 92a3ce4a1e
當前提交 574c4866e3
共有 26 個檔案被更改,包括 48 行新增81 行删除

查看文件

@@ -26,12 +26,6 @@ typedef struct {
unsigned long sig[_NSIG_WORDS];
} sigset_t;
struct sigaction {
__sighandler_t sa_handler;
unsigned long sa_flags;
sigset_t sa_mask; /* mask last for extensibility */
};
# include <asm/sigcontext.h>
# endif /* !__ASSEMBLY__ */

查看文件

@@ -47,7 +47,6 @@ asmlinkage unsigned long sys_mmap2(
int prot, int flags,
int fd, long pgoff);
struct pt_regs;
struct sigaction;
asmlinkage long sys_ia64_pipe(void);
/*