• Andrew Morton's avatar
    [PATCH] Fix mq 32-bit compatibility · 8886bdb0
    Andrew Morton authored
    From: Jakub Jelinek <jakub@redhat.com>
    
    The first change removes just a useless put_user (si_int and si_ptr are
    part of the same union, si_ptr is on all arches covering whole union), the
    rest is fixes for signal handling of SI_MESGQ.
    8886bdb0
compat_signal.c 16.4 KB