kdrive/input: verify SIGIO with --enable-debug

This commit is contained in:
Daniel Stone 2006-08-17 16:09:51 +03:00 committed by Daniel Stone
parent cd3f744b1f
commit f9624e0109

View File

@ -131,8 +131,7 @@ KdUnblockSigio (void)
sigprocmask (SIG_UNBLOCK, &set, 0);
}
#undef VERIFY_SIGIO
#ifdef VERIFY_SIGIO
#ifdef DEBUG
void
KdAssertSigioBlocked (char *where)