emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/process.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/process.c
Date: Wed, 11 Sep 2002 23:27:41 -0400

Index: emacs/src/process.c
diff -c emacs/src/process.c:1.379 emacs/src/process.c:1.380
*** emacs/src/process.c:1.379   Fri Aug 23 23:16:03 2002
--- emacs/src/process.c Wed Sep 11 23:27:40 2002
***************
*** 3653,3659 ****
       HP-UX 10.10 seem to have problems with signals coming in
       Causes "poll: interrupted system call" messages when Emacs is run
       in an X window
!      Turn off periodic alarms (in case they are in use) */
    turn_on_atimers (0);
  #endif
  
--- 3653,3661 ----
       HP-UX 10.10 seem to have problems with signals coming in
       Causes "poll: interrupted system call" messages when Emacs is run
       in an X window
!      Turn off periodic alarms (in case they are in use),
!      and then turn off any other atimers.  */
!   stop_polling ();
    turn_on_atimers (0);
  #endif
  
***************
*** 6327,6333 ****
--- 6329,6337 ----
      }
  
    /* Turn off periodic alarms (in case they are in use)
+      and then turn off any other atimers,
       because the select emulator uses alarms.  */
+   stop_polling ();
    turn_on_atimers (0);
  
    while (1)




reply via email to

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