Ignore code.

This commit is contained in:
Steve Checkoway
2007-08-19 04:19:04 +00:00
parent 74b056c2af
commit f8be4f8426
@@ -172,6 +172,9 @@ const char *SignalCodeName( int signo, int code )
case POLL_HUP: return "device disconnected";
}
break;
#endif
#if defined(HAVE_DECL_SIGUSR1) && HAVE_DECL_SIGUSR1
case SIGUSR1: return "";
#endif
}