Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mono/metadata/w32process-unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -1858,7 +1858,7 @@ process_create (const gunichar2 *appname, const gunichar2 *cmdline,
mono_trace (G_LOG_LEVEL_DEBUG, MONO_TRACE_IO_LAYER_PROCESS, "%s: new process startup not synchronized. We may not notice if the newly created process exits immediately.", __func__);
}

#if defined(HOST_DARWIN) && defined(TARGET_AMD64)
#if defined(HOST_DARWIN)
mono_gc_invoke_with_gc_lock(fork_helper, &pid);
#else
pid = fork();
Expand Down