Searched defs:old_sigaction32 (Results 1 – 2 of 2) sorted by relevance
24 struct old_sigaction32 { struct25 unsigned int sa_handler; /* Really a pointer, but need to deal27 compat_old_sigset_t sa_mask; /* A 32 bit mask */28 unsigned int sa_flags;29 unsigned int sa_restorer; /* Another 32 bit pointer */
20 struct old_sigaction32 { struct21 __u32 sa_handler; /* Really a pointer, but need to deal with 32 bits */22 compat_old_sigset_t sa_mask; /* A 32 bit mask */23 __u32 sa_flags;24 __u32 sa_restorer; /* Another 32 bit pointer */