Commit b247ab30 authored by Ove Kaaven's avatar Ove Kaaven Committed by Alexandre Julliard

Ignores a couple of signals.

parent 1499a845
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment