Home
last modified time | relevance | path

Searched defs:old_sigaction32 (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/arch/x86/include/asm/
Dia32.h24 struct old_sigaction32 { struct
25 unsigned int sa_handler; /* Really a pointer, but need to deal
27 compat_old_sigset_t sa_mask; /* A 32 bit mask */
28 unsigned int sa_flags;
29 unsigned int sa_restorer; /* Another 32 bit pointer */
/linux-3.3/arch/s390/kernel/
Dcompat_linux.h20 struct old_sigaction32 { struct
21 __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 */