/[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.445 by kfstorm, Tue Nov 9 11:15:46 2004 UTC revision 1.446 by jhd, Wed Dec 15 21:40:40 2004 UTC
# Line 5104  Lisp_Object process_sent_to; Line 5104  Lisp_Object process_sent_to;
5104  SIGTYPE  SIGTYPE
5105  send_process_trap ()  send_process_trap ()
5106  {  {
5107      SIGNAL_THREAD_CHECK (SIGPIPE);
5108  #ifdef BSD4_1  #ifdef BSD4_1
5109    sigrelse (SIGPIPE);    sigrelse (SIGPIPE);
5110    sigrelse (SIGALRM);    sigrelse (SIGALRM);
# Line 6146  sigchld_handler (signo) Line 6147  sigchld_handler (signo)
6147    register struct Lisp_Process *p;    register struct Lisp_Process *p;
6148    extern EMACS_TIME *input_available_clear_time;    extern EMACS_TIME *input_available_clear_time;
6149    
6150      SIGNAL_THREAD_CHECK (signo);
6151    
6152  #ifdef BSD4_1  #ifdef BSD4_1
6153    extern int sigheld;    extern int sigheld;
6154    sigheld |= sigbit (SIGCHLD);    sigheld |= sigbit (SIGCHLD);

Legend:
Removed from v.1.445  
changed lines
  Added in v.1.446

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