Home
last modified time | relevance | path

Searched defs:old_sigaction (Results 1 – 4 of 4) sorted by relevance

/linux/arch/sh/include/uapi/asm/
H A Dsignal.h10 struct old_sigaction { struct
11 __sighandler_t sa_handler;
12 old_sigset_t sa_mask;
13 unsigned long sa_flags;
14 void (*sa_restorer)(void);
/linux/include/linux/
H A Dsignal_types.h59 struct old_sigaction { struct
60 __sighandler_t sa_handler;
61 old_sigset_t sa_mask;
62 unsigned long sa_flags;
63 __sigrestore_t sa_restorer;
/linux/arch/powerpc/include/uapi/asm/
H A Dsignal.h76 struct old_sigaction { struct
77 __sighandler_t sa_handler;
78 old_sigset_t sa_mask;
79 unsigned long sa_flags;
80 __sigrestore_t sa_restorer;
/linux/arch/powerpc/kernel/
H A Dsignal_32.c56 #define old_sigaction old_sigaction32 macro