changeset 15716:e7b17d9c23fe

(input_available_signal, interrupt_signal): Undo previous change.
author Karl Heuer <kwzh@gnu.org>
date Tue, 16 Jul 1996 22:23:11 +0000
parents 7955341c2d19
children c7870b16f24b
files src/keyboard.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Tue Jul 16 22:19:09 1996 +0000
+++ b/src/keyboard.c	Tue Jul 16 22:23:11 1996 +0000
@@ -4927,7 +4927,7 @@
   extern int select_alarmed;
 #endif
 
-#if defined(USG) && !defined(POSIX_SIGNALS)
+#ifdef USG
   /* USG systems forget handlers when they are used;
      must reestablish each time */
   signal (signo, input_available_signal);
@@ -7365,7 +7365,7 @@
   /* Must preserve main program's value of errno.  */
   int old_errno = errno;
 
-#if defined(USG) && !defined(POSIX_SIGNALS)
+#ifdef USG
   if (!read_socket_hook && NILP (Vwindow_system))
     {
       /* USG systems forget handlers when they are used;