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: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/process.c
Date: Wed, 15 Dec 2004 18:51:49 -0500

Index: emacs/src/process.c
diff -c emacs/src/process.c:1.445 emacs/src/process.c:1.446
*** emacs/src/process.c:1.445   Tue Nov  9 11:15:46 2004
--- emacs/src/process.c Wed Dec 15 21:40:40 2004
***************
*** 5104,5109 ****
--- 5104,5110 ----
  SIGTYPE
  send_process_trap ()
  {
+   SIGNAL_THREAD_CHECK (SIGPIPE);
  #ifdef BSD4_1
    sigrelse (SIGPIPE);
    sigrelse (SIGALRM);
***************
*** 6146,6151 ****
--- 6147,6154 ----
    register struct Lisp_Process *p;
    extern EMACS_TIME *input_available_clear_time;
  
+   SIGNAL_THREAD_CHECK (signo);
+ 
  #ifdef BSD4_1
    extern int sigheld;
    sigheld |= sigbit (SIGCHLD);




reply via email to

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