Home | History | Annotate | Download | only in openssh

Lines Matching full:sighandler

2365 static void sighandler(int sig) { _exit(1); }
2369 signal(SIGSEGV, sighandler);