just ignore SIGHUP

This commit is contained in:
Vítor Santos Costa 2013-03-03 20:29:02 -06:00
parent 0a0b3cf6ac
commit 4fcba3691a

View File

@ -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: