/[emacs]/emacs/src/process.c
ViewVC logotype

Diff of /emacs/src/process.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.379 by rms, Sat Aug 24 03:16:03 2002 UTC revision 1.380 by rms, Thu Sep 12 03:27:40 2002 UTC
# Line 3653  wait_reading_process_input (time_limit, Line 3653  wait_reading_process_input (time_limit,
3653       HP-UX 10.10 seem to have problems with signals coming in       HP-UX 10.10 seem to have problems with signals coming in
3654       Causes "poll: interrupted system call" messages when Emacs is run       Causes "poll: interrupted system call" messages when Emacs is run
3655       in an X window       in an X window
3656       Turn off periodic alarms (in case they are in use) */       Turn off periodic alarms (in case they are in use),
3657         and then turn off any other atimers.  */
3658      stop_polling ();
3659    turn_on_atimers (0);    turn_on_atimers (0);
3660  #endif  #endif
3661    
# Line 6327  wait_reading_process_input (time_limit, Line 6329  wait_reading_process_input (time_limit,
6329      }      }
6330    
6331    /* Turn off periodic alarms (in case they are in use)    /* Turn off periodic alarms (in case they are in use)
6332         and then turn off any other atimers,
6333       because the select emulator uses alarms.  */       because the select emulator uses alarms.  */
6334      stop_polling ();
6335    turn_on_atimers (0);    turn_on_atimers (0);
6336    
6337    while (1)    while (1)

Legend:
Removed from v.1.379  
changed lines
  Added in v.1.380

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26