Commit 5d6f3ceb authored by Sergei Krivonos's avatar Sergei Krivonos

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

parent 059797ed
......@@ -112,7 +112,7 @@ int Xcurl(PGLOBAL g, PCSZ Http, PCSZ Uri, PCSZ filename)
} // endif f
pID = vfork();
pID = fork();
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