summaryrefslogtreecommitdiff
path: root/src/xterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/xterm.c b/src/xterm.c
index e5a5932beae..54d4f14bdd0 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -7878,7 +7878,7 @@ For details, see etc/PROBLEMS.\n",
{
sigset_t unblocked;
sigemptyset (&unblocked);
-#ifdef SIGIO
+#ifdef USABLE_SIGIO
sigaddset (&unblocked, SIGIO);
#endif
sigaddset (&unblocked, SIGALRM);
@@ -10421,10 +10421,8 @@ x_term_init (Lisp_Object display_name, char *xrm_option, char *resource_name)
fcntl (connection, F_SETOWN, getpid ());
#endif /* ! defined (F_SETOWN) */
-#ifdef SIGIO
if (interrupt_input)
init_sigio (connection);
-#endif /* ! defined (SIGIO) */
#ifdef USE_LUCID
{