Searched refs:keep_sigact (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhostip.c553 struct sigaction keep_sigact; /* store the old struct here */ local
558 void (*keep_sigact)(int); /* store the old handler here */
595 keep_sigact = sigact;
607 keep_sigact = signal(SIGALRM, alarmfunc);
653 sigaction(SIGALRM, &keep_sigact, NULL); /* put it back */
658 signal(SIGALRM, keep_sigact);

Completed in 63 milliseconds