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
4458cebe
Commit
4458cebe
authored
Jan 11, 1994
by
Richard M. Stallman
Browse files
(child_setup): Call close_load_descs.
parent
d2c6be7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/callproc.c
src/callproc.c
+1
-0
No files found.
src/callproc.c
View file @
4458cebe
...
...
@@ -539,6 +539,7 @@ child_setup (in, out, err, new_argv, set_pgrp, current_dir)
/* Close Emacs's descriptors that this process should not have. */
close_process_descs
();
#endif
close_load_descs
();
/* Note that use of alloca is always safe here. It's obvious for systems
that do not have true vfork or that have true (stack) alloca.
...
...
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