Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356683
b: refs/heads/master
c: b407e62
h: refs/heads/master
i:
  356681: c6500d4
  356679: 3b2291c
v: v3
  • Loading branch information
Al Viro committed Feb 3, 2013
1 parent ef5d7a9 commit dd0b793
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 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: ac416143b0b4f13ff8f7beb021916e1d714dd87b
refs/heads/master: b407e620eca0b026410b7f95e76c83028779019a
1 change: 1 addition & 0 deletions trunk/arch/h8300/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ config H8300
select GENERIC_CPU_DEVICES
select MODULES_USE_ELF_RELA
select GENERIC_SIGALTSTACK
select OLD_SIGSUSPEND3

config SYMBOL_PREFIX
string
Expand Down
11 changes: 0 additions & 11 deletions trunk/arch/h8300/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,6 @@
#include <asm/traps.h>
#include <asm/ucontext.h>

/*
* Atomically swap in the new signal mask, and wait for a signal.
*/
asmlinkage int
sys_sigsuspend(int unused1, int unused2, old_sigset_t mask)
{
sigset_t blocked;
siginitset(&blocked, mask);
return sigsuspend(&blocked);
}

asmlinkage int
sys_sigaction(int sig, const struct old_sigaction *act,
struct old_sigaction *oact)
Expand Down

0 comments on commit dd0b793

Please sign in to comment.