Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/process/
A Dsystem.c12 struct sigaction sa = {.sa_handler = SIG_IGN}, oldint, oldquit; in system() local
20 sigaction(SIGQUIT, &sa, &oldquit); in system()
27 if (oldquit.sa_handler != SIG_IGN) in system()
40 sigaction(SIGQUIT, &oldquit, NULL); in system()

Completed in 2 milliseconds