Searched refs:keep_sigact (Results 1 – 1 of 1) sorted by relevance
900 struct sigaction keep_sigact; /* store the old struct here */ in Curl_resolv_timeout() local905 void (*keep_sigact)(int); /* store the old handler here */ in Curl_resolv_timeout()959 keep_sigact = sigact; in Curl_resolv_timeout()971 keep_sigact = signal(SIGALRM, alarmfunc); in Curl_resolv_timeout()1005 sigaction(SIGALRM, &keep_sigact, NULL); /* put it back */ in Curl_resolv_timeout()1010 signal(SIGALRM, keep_sigact); in Curl_resolv_timeout()