Home
last modified time | relevance | path

Searched refs:old_action (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/login/
Dutmp_file.c86 struct sigaction old_action; in try_file_lock() local
91 __sigaction (SIGALRM, &action, &old_action); in try_file_lock()
112 __sigaction (SIGALRM, &old_action, NULL); in try_file_lock()
/glibc-2.36/manual/
Dsignal.texi1245 struct sigaction new_action, old_action;
1252 sigaction (SIGINT, NULL, &old_action);
1253 if (old_action.sa_handler != SIG_IGN)
1255 sigaction (SIGHUP, NULL, &old_action);
1256 if (old_action.sa_handler != SIG_IGN)
1258 sigaction (SIGTERM, NULL, &old_action);
1259 if (old_action.sa_handler != SIG_IGN)