aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 01692c2d214..4b4801d58c9 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -649,15 +649,6 @@ unrequest_sigio (void)
649 interrupts_deferred = 1; 649 interrupts_deferred = 1;
650#endif 650#endif
651} 651}
652
653void
654ignore_sigio (void)
655{
656#ifdef USABLE_SIGIO
657 signal (SIGIO, SIG_IGN);
658#endif
659}
660
661 652
662/* Saving and restoring the process group of Emacs's terminal. */ 653/* Saving and restoring the process group of Emacs's terminal. */
663 654