Skip to content
  • H. Peter Anvin's avatar
    x32: Add rt_sigframe_x32 · 9d389763
    H. Peter Anvin authored
    
    
    Add rt_sigframe_x32 to <asm/sigframe.h>.  Unfortunately we can't just
    define all the data structures unconditionally, due to the #ifdef
    CONFIG_COMPAT in <linux/compat.h> and its trickle-down effects, hence
    the #ifdef mess.
    
    Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
    9d389763