Home
last modified time | relevance | path

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

/src/lib/libc/stdlib/
H A Dsystem.c60 static struct sigaction ointact, oquitact; in __libc_system() local
82 (void)__libc_sigaction(SIGINT, &ign, &ointact); in __libc_system()
100 (void)__libc_sigaction(SIGINT, &ointact, NULL); in __libc_system()
127 (void)__libc_sigaction(SIGINT, &ointact, NULL); in __libc_system()