Home
last modified time | relevance | path

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

/system/core/logwrapper/
Dlogwrap.cpp42 static struct sigaction old_hup; variable
311 sigaction(SIGHUP, &handler, &old_hup); in setup_signal_handlers()
317 sigaction(SIGHUP, &old_hup, nullptr); in restore_signal_handlers()