summaryrefslogtreecommitdiff
path: root/src/callproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/callproc.c')
-rw-r--r--src/callproc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/callproc.c b/src/callproc.c
index cb270d47982..1b11f2d01b3 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -1563,7 +1563,9 @@ emacs_spawn (pid_t *newpid, int std_in, int std_out, int std_err,
vfork_error = pid < 0 ? errno : 0;
+#if USABLE_POSIX_SPAWN
fork_done:
+#endif
/* Stop blocking in the parent. */
unblock_child_signal (&oldset);
unblock_input ();