just ignore SIGHUP
This commit is contained in:
parent
0a0b3cf6ac
commit
4fcba3691a
@ -1822,7 +1822,7 @@ ReceiveSignal (int s)
|
||||
#ifdef SIGHUP
|
||||
case SIGHUP:
|
||||
/* force the system to creep */
|
||||
Yap_signal (YAP_HUP_SIGNAL);
|
||||
/* Just ignore SUGHUP Yap_signal (YAP_HUP_SIGNAL); */
|
||||
break;
|
||||
#endif /* defined(SIGHUP) */
|
||||
default:
|
||||
|
Reference in New Issue
Block a user