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);
53 struct old_sigaction { struct54 __sighandler_t sa_handler;55 old_sigset_t sa_mask;56 unsigned long sa_flags;57 __sigrestore_t sa_restorer;
95 struct old_sigaction { struct96 __sighandler_t sa_handler;97 old_sigset_t sa_mask;98 unsigned long sa_flags;99 __sigrestore_t sa_restorer;
61 #define old_sigaction old_sigaction32 macro