Commit 2df99f21 authored by Sergei Krivonos's avatar Sergei Krivonos

Revert "MDEV-19129: Xcode compatibility update: deprecated vfork -> fork"

This reverts commit 5d6f3ceb.
parent 8ce5635a
......@@ -112,7 +112,7 @@ int Xcurl(PGLOBAL g, PCSZ Http, PCSZ Uri, PCSZ filename)
} // endif f
pID = fork();
pID = vfork();
sprintf(fn, "-o%s", filename);
if (pID == 0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment