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