Searched defs:old_sigaction (Results 1 – 4 of 4) sorted by relevance
117 struct old_sigaction { struct118 __sighandler_t sa_handler;119 old_sigset_t sa_mask;120 unsigned long sa_flags;121 __sigrestore_t sa_restorer;
126 struct old_sigaction { struct127 __sighandler_t sa_handler;128 old_sigset_t sa_mask;129 unsigned long sa_flags;130 __sigrestore_t sa_restorer;
39 void (*old_sigaction) (int, siginfo_t *, void *); member
1103 struct old_sigaction { struct1123 struct old_sigaction sa; argument