• Linus Torvalds's avatar
    Split up "struct signal_struct" into "signal" and "sighand" parts. · 8eae2998
    Linus Torvalds authored
    This is required to get make the old LinuxThread semantics work
    together with the fixed-for-POSIX full signal sharing. A traditional
    CLONE_SIGHAND thread (LinuxThread) will not see any other shared
    signal state, while a new-style CLONE_THREAD thread will share all
    of it.
    
    This way the two methods don't confuse each other.
    8eae2998
signal.c 53.7 KB