mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
Ignores a couple of signals.
This commit is contained in:
parent
1499a845ff
commit
b247ab3061
1 changed files with 2 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue