aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
authorPaul Eggert2012-11-24 00:24:11 -0800
committerPaul Eggert2012-11-24 00:24:11 -0800
commitd4547511735190a81449727a89dc90f6ef1d99a3 (patch)
tree21a30d3770b340cfbd67df4875d3c9a1d782bc20 /src/process.h
parent0c5ef1333558423f0eb0f14934fffb1b4bce0946 (diff)
downloademacs-d4547511735190a81449727a89dc90f6ef1d99a3.tar.gz
emacs-d4547511735190a81449727a89dc90f6ef1d99a3.zip
Revert recent change for Bug#8855.
As reported by Harald Hanche-Olsen in <http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00445.html> the change introduces a further bug, of creating lots of zombie processes in some cases. Further work is needed to come up with a better fix for Bug#8855.
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/process.h b/src/process.h
index 74d1a124060..ce3d2e702cc 100644
--- a/src/process.h
+++ b/src/process.h
@@ -142,9 +142,6 @@ struct Lisp_Process
142 /* Flag to set coding-system of the process buffer from the 142 /* Flag to set coding-system of the process buffer from the
143 coding_system used to decode process output. */ 143 coding_system used to decode process output. */
144 unsigned int inherit_coding_system_flag : 1; 144 unsigned int inherit_coding_system_flag : 1;
145 /* Whether the process is alive, i.e., can be waited for. Running
146 processes can be waited for, but exited and fake processes cannot. */
147 unsigned int alive : 1;
148 /* Record the process status in the raw form in which it comes from `wait'. 145 /* Record the process status in the raw form in which it comes from `wait'.
149 This is to avoid consing in a signal handler. The `raw_status_new' 146 This is to avoid consing in a signal handler. The `raw_status_new'
150 flag indicates that `raw_status' contains a new status that still 147 flag indicates that `raw_status' contains a new status that still