mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-22 20:50:06 +01:00
kdrive/input: verify SIGIO with --enable-debug
This commit is contained in:
parent
cd3f744b1f
commit
f9624e0109
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue