mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 18:40:02 +01:00
XFree86: Remove ridiculous SIGIO debugging
YOU PRESSED A KEY
AND AGAIN
YOU RELEASED A KEY
AND AGAIN
YOU PRESSED A KEY
AND AGAIN
... not so much.
(cherry picked from commit 493b83bd09)
This commit is contained in:
parent
b600e7c123
commit
b76b1d51fe
1 changed files with 0 additions and 6 deletions
|
|
@ -243,9 +243,6 @@ xf86BlockSIGIO (void)
|
||||||
sigaddset (&set, SIGIO);
|
sigaddset (&set, SIGIO);
|
||||||
sigprocmask (SIG_BLOCK, &set, &old);
|
sigprocmask (SIG_BLOCK, &set, &old);
|
||||||
ret = sigismember (&old, SIGIO);
|
ret = sigismember (&old, SIGIO);
|
||||||
#ifdef DEBUG
|
|
||||||
ErrorF("%i = xf86BlockSIGIO()\n",ret);
|
|
||||||
#endif
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -253,9 +250,6 @@ _X_EXPORT void
|
||||||
xf86UnblockSIGIO (int wasset)
|
xf86UnblockSIGIO (int wasset)
|
||||||
{
|
{
|
||||||
sigset_t set;
|
sigset_t set;
|
||||||
#ifdef DEBUG
|
|
||||||
ErrorF("xf86UnblockSIGIO(%i)\n",wasset);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if (!wasset)
|
if (!wasset)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue