Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c171 struct sigaction currentActionInt; variable
5295 if (sigaction(SIGINT, &act, &currentActionInt) != 0) { in holdSignal()
5349 if (sigaction(SIGINT, &currentActionInt, NULL) != 0) { in releaseSignal()