Merge tag 'v3.10.97' into update
This is the 3.10.97 stable release
This commit is contained in:
+1
-1
@@ -3560,7 +3560,7 @@ SYSCALL_DEFINE0(pause)
|
||||
|
||||
#endif
|
||||
|
||||
int sigsuspend(sigset_t *set)
|
||||
static int sigsuspend(sigset_t *set)
|
||||
{
|
||||
current->saved_sigmask = current->blocked;
|
||||
set_current_blocked(set);
|
||||
|
||||
Reference in New Issue
Block a user