Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262403
b: refs/heads/master
c: 9e8ed3a
h: refs/heads/master
i:
  262401: e9a03ad
  262399: 96fae13
v: v3
  • Loading branch information
Heiko Carstens committed Aug 3, 2011
1 parent 651a2b5 commit e99c318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: b7f275042f5d69b6c31975341ce5f06cf2aff95f
refs/heads/master: 9e8ed3ae924b65ab5f088fe63ee6f4326f04590f
2 changes: 1 addition & 1 deletion trunk/arch/s390/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ SYSCALL_DEFINE3(sigsuspend, int, history0, int, history1, old_sigset_t, mask)
set_current_blocked(&blocked);
set_current_state(TASK_INTERRUPTIBLE);
schedule();
set_thread_flag(TIF_RESTORE_SIGMASK);
set_restore_sigmask();
return -ERESTARTNOHAND;
}

Expand Down

0 comments on commit e99c318

Please sign in to comment.