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