Searched defs:old_sigaction (Results 1 – 4 of 4) sorted by relevance
9 struct old_sigaction { struct10 __sighandler_t sa_handler;11 old_sigset_t sa_mask;12 unsigned long sa_flags;13 void (*sa_restorer)(void);
94 struct old_sigaction { struct95 __sighandler_t sa_handler;96 old_sigset_t sa_mask;97 unsigned long sa_flags;98 __sigrestore_t sa_restorer;
280 struct old_sigaction { struct281 __sighandler_t sa_handler;282 old_sigset_t sa_mask;283 unsigned long sa_flags;284 __sigrestore_t sa_restorer;
63 #define old_sigaction old_sigaction32 macro