emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/sysdep.c,v


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/sysdep.c,v
Date: Tue, 07 Oct 2008 08:06:11 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 08/10/07 08:06:10

Index: sysdep.c
===================================================================
RCS file: /sources/emacs/emacs/src/sysdep.c,v
retrieving revision 1.317
retrieving revision 1.318
diff -u -b -r1.317 -r1.318
--- sysdep.c    6 Oct 2008 21:27:46 -0000       1.317
+++ sysdep.c    7 Oct 2008 08:06:10 -0000       1.318
@@ -2135,6 +2135,8 @@
      When SYNC_INPUT is set, we don't want SA_RESTART because we need to poll
      for pending input so we need long-running syscalls to be interrupted
      after a signal that sets the interrupt_input_pending flag.  */
+  /* Non-interactive keyboard input goes through stdio, where we always
+     want restartable system calls.  */
 # if defined (BROKEN_SA_RESTART) || defined(SYNC_INPUT)
   if (noninteractive)
 # endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]