Searched refs:intSave (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/unistd/
H A Dsystem.cpp39 struct sigaction intSave, quitSave, sa; local
43 sigaction(SIGINT, &sa, &intSave);
57 sigaction(SIGINT, &intSave, NULL);

Completed in 90 milliseconds