diff src/sysdep.c @ 82986:02a346f99eaf

Undo patch-23. I need a coffee. src/sysdep.c (sys_select): Restore previous #ifdef. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-26
author Karoly Lorentey <lorentey@elte.hu>
date Tue, 30 Dec 2003 17:51:52 +0000
parents 21720c013048
children 1682917e56b4
line wrap: on
line diff
--- a/src/sysdep.c	Tue Dec 30 17:42:02 2003 +0000
+++ b/src/sysdep.c	Tue Dec 30 17:51:52 2003 +0000
@@ -2499,7 +2499,7 @@
     longjmp (read_alarm_throw, 1);
 }
 
-#if (!defined (HAVE_SELECT) || defined (BROKEN_SELECT_NON_X)) && !defined (WINDOWSNT)
+#ifndef WINDOWSNT
 /* Only rfds are checked.  */
 int
 sys_select (nfds, rfds, wfds, efds, timeout)
@@ -2631,7 +2631,7 @@
     }
   return ravail;
 }
-#endif /* (!defined (HAVE_SELECT) || defined (BROKEN_SELECT_NON_X)) && !defined (WINDOWSNT) */
+#endif not WINDOWSNT
 
 /* Read keyboard input into the standard buffer,
    waiting for at least one character.  */