lkml.org 
[lkml]   [1999]   [Jun]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Subject[PATCH] Missing recalc_sigpending
    From
    Date
    While we are at it, there is another recalc_sigpending missing in the generic
    signal code:

    --- linux/kernel/signal.c.~1~ Mon Jun 7 11:34:15 1999
    +++ linux/kernel/signal.c Mon Jun 7 11:37:30 1999
    @@ -417,6 +417,7 @@
    if (t->sig->action[sig-1].sa.sa_handler == SIG_IGN)
    t->sig->action[sig-1].sa.sa_handler = SIG_DFL;
    sigdelset(&t->blocked, sig);
    + recalc_sigpending(t);
    spin_unlock_irqrestore(&t->sigmask_lock, flags);

    return send_sig_info(sig, info, t);
    --
    Andreas Schwab "And now for something
    schwab@issan.cs.uni-dortmund.de completely different"
    schwab@gnu.org

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.rutgers.edu
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-03-22 13:52    [W:3.221 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site