]> code.delx.au - gnu-emacs/commitdiff
Add comment for last change.
authorAndreas Schwab <schwab@suse.de>
Tue, 7 Oct 2008 08:06:10 +0000 (08:06 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 7 Oct 2008 08:06:10 +0000 (08:06 +0000)
src/sysdep.c

index 96ab3996953796038ecd6c4c0ec62c46f0e7197a..0a2e2ed1614eb88f95fcb7f8c2428e30af5a2314 100644 (file)
@@ -2135,6 +2135,8 @@ sys_signal (int signal_number, signal_handler_t action)
      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