Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356715
b: refs/heads/master
c: 7d1d990
h: refs/heads/master
i:
  356713: c139e9a
  356711: b36a7c6
v: v3
  • Loading branch information
Al Viro committed Feb 3, 2013
1 parent c493af2 commit b8ec07c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 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: b30c7d50af95f7450f877e8172a2341785bce5ab
refs/heads/master: 7d1d990ff161bdd2f0901a0916f35d272adf4c0b
1 change: 1 addition & 0 deletions trunk/arch/mn10300/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ config MN10300
select GENERIC_CLOCKEVENTS
select MODULES_USE_ELF_RELA
select GENERIC_SIGALTSTACK
select OLD_SIGSUSPEND3

config AM33_2
def_bool n
Expand Down
10 changes: 0 additions & 10 deletions trunk/arch/mn10300/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@

#define DEBUG_SIG 0

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

/*
* set signal action syscall
*/
Expand Down

0 comments on commit b8ec07c

Please sign in to comment.