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

/external/dhcpcd/
H A Dsignals.c42 static const int handle_sigs[] = { variable
107 for (i = 0; i < sizeof(handle_sigs) / sizeof(handle_sigs[0]); i++)
108 if (sigaction(handle_sigs[i], &sa, NULL) == -1)

Completed in 73 milliseconds