OSDN Git Service

most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
[uclinux-h8/linux.git] / include / linux / sched.h
index ded3fb6..f34437e 100644 (file)
@@ -2210,7 +2210,7 @@ extern int do_sigaltstack(const stack_t __user *, stack_t __user *, unsigned lon
 static inline void restore_saved_sigmask(void)
 {
        if (test_and_clear_restore_sigmask())
-               set_current_blocked(&current->saved_sigmask);
+               __set_current_blocked(&current->saved_sigmask);
 }
 
 static inline sigset_t *sigmask_to_save(void)