Skip to content

Commit

Permalink
xtensa: xtensa_sigaction doesn't exist
Browse files Browse the repository at this point in the history
... and struct old_sigaction never used

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed May 22, 2012
1 parent cbdfb9f commit b1175ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions arch/xtensa/include/asm/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,6 @@ typedef void (*__sighandler_t)(int);
#define SIG_ERR ((__sighandler_t)-1) /* error return from signal */

#ifdef __KERNEL__
struct old_sigaction {
__sighandler_t sa_handler;
old_sigset_t sa_mask;
unsigned long sa_flags;
void (*sa_restorer)(void);
};

struct sigaction {
__sighandler_t sa_handler;
unsigned long sa_flags;
Expand Down
2 changes: 0 additions & 2 deletions arch/xtensa/include/asm/syscall.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ asmlinkage long xtensa_clone(unsigned long, unsigned long, struct pt_regs*);
asmlinkage long xtensa_ptrace(long, long, long, long);
asmlinkage long xtensa_sigreturn(struct pt_regs*);
asmlinkage long xtensa_rt_sigreturn(struct pt_regs*);
asmlinkage long xtensa_sigaction(int, const struct old_sigaction*,
struct old_sigaction*);
asmlinkage long xtensa_sigaltstack(struct pt_regs *regs);
asmlinkage long sys_rt_sigaction(int,
const struct sigaction __user *,
Expand Down

0 comments on commit b1175ed

Please sign in to comment.