Searched defs:old_sigaction (Results 1 – 4 of 4) sorted by relevance
10 struct old_sigaction { struct11 __sighandler_t sa_handler;12 old_sigset_t sa_mask;13 unsigned long sa_flags;14 void (*sa_restorer)(void);
59 struct old_sigaction { struct60 __sighandler_t sa_handler;61 old_sigset_t sa_mask;62 unsigned long sa_flags;63 __sigrestore_t sa_restorer;
76 struct old_sigaction { struct77 __sighandler_t sa_handler;78 old_sigset_t sa_mask;79 unsigned long sa_flags;80 __sigrestore_t sa_restorer;
56 #define old_sigaction old_sigaction32 macro