Home
last modified time | relevance | path

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

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