Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306065
b: refs/heads/master
c: b1175ed
h: refs/heads/master
i:
  306063: 512ee57
v: v3
  • Loading branch information
Al Viro committed May 22, 2012
1 parent cd4c750 commit 304c584
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cbdfb9ff551cbe3e002387e7fb0256f384c26e91
refs/heads/master: b1175ed2234235276f4a2256f72a277b85320cf9
7 changes: 0 additions & 7 deletions trunk/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 trunk/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 304c584

Please sign in to comment.