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); sigprocmask (SIG_UNBLOCK, &set, 0);
} }
#undef VERIFY_SIGIO #ifdef DEBUG
#ifdef VERIFY_SIGIO
void void
KdAssertSigioBlocked (char *where) KdAssertSigioBlocked (char *where)