Searched refs:keep_sigact (Results 1 – 1 of 1) sorted by relevance
669 struct sigaction keep_sigact; /* store the old struct here */ in Curl_resolv_timeout() local674 void (*keep_sigact)(int); /* store the old handler here */ in Curl_resolv_timeout()727 keep_sigact = sigact; in Curl_resolv_timeout()739 keep_sigact = signal(SIGALRM, alarmfunc); in Curl_resolv_timeout()773 sigaction(SIGALRM, &keep_sigact, NULL); /* put it back */ in Curl_resolv_timeout()778 signal(SIGALRM, keep_sigact); in Curl_resolv_timeout()