Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dspawn.cpp145 const struct sigaction64 default_sa = { .sa_handler = SIG_DFL }; in ApplyAttrs() local
155 if (reset && sigaction64(s, &default_sa, nullptr) == -1) _exit(127); in ApplyAttrs()