Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7a04feb0
Commit
7a04feb0
authored
Feb 11, 1992
by
Jim Blandy
Browse files
entered into RCS
parent
b5752bd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/process.h
src/process.h
+5
-0
No files found.
src/process.h
View file @
7a04feb0
...
...
@@ -79,6 +79,11 @@ struct Lisp_Process
are waiting for it. */
extern
int
synch_process_alive
;
/* Communicate exit status of synch process to from sigchld_handler
to Fcall_process. */
extern
int
synch_process_retcode
;
extern
char
*
synch_process_death
;
/* Nonzero => this is a string explaining death of synchronous subprocess. */
extern
char
*
synch_process_death
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment