Don't print SIGKSTOP message
This commit is contained in:
parent
69a0586adf
commit
aac4f32f51
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ PUBLIC int main()
|
|||
if (call_nr == SYS_SIG) {
|
||||
sigset = m_in.NOTIFY_ARG;
|
||||
if (sigismember(&sigset, SIGKSTOP)) {
|
||||
printf("FS got SIGKSTOP\n");
|
||||
do_sync();
|
||||
sys_exit(0); /* never returns */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue