aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/callproc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/callproc.c b/src/callproc.c
index 208a448135c..c949fff4db9 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -1601,7 +1601,9 @@ emacs_spawn (pid_t *newpid, int std_in, int std_out, int std_err,
1601 1601
1602 vfork_error = pid < 0 ? errno : 0; 1602 vfork_error = pid < 0 ? errno : 0;
1603 1603
1604#if USABLE_POSIX_SPAWN
1604 fork_done: 1605 fork_done:
1606#endif
1605 if (pid < 0) 1607 if (pid < 0)
1606 { 1608 {
1607 eassert (0 < vfork_error); 1609 eassert (0 < vfork_error);