Ignores a couple of signals.

This commit is contained in:
Ove Kaaven 1998-11-01 12:52:14 +00:00 committed by Alexandre Julliard
parent 1499a845ff
commit b247ab3061
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@ int main(int argc,char**argv)
return 1;
}
/* fprintf(stderr,"Successfully mapped DOS memory, entering vm86 loop\n"); */
signal(SIGHUP,SIG_IGN);
signal(SIGINT,SIG_IGN);
/* report back to the main program that we're ready */
ret=0;
write(1,&ret,sizeof(ret));