MDEV-19129: Xcode compatibility update: deprecated vfork -> fork
This commit is contained in:
parent
059797ed44
commit
5d6f3cebca
@ -112,7 +112,7 @@ int Xcurl(PGLOBAL g, PCSZ Http, PCSZ Uri, PCSZ filename)
|
|||||||
|
|
||||||
} // endif f
|
} // endif f
|
||||||
|
|
||||||
pID = vfork();
|
pID = fork();
|
||||||
sprintf(fn, "-o%s", filename);
|
sprintf(fn, "-o%s", filename);
|
||||||
|
|
||||||
if (pID == 0) {
|
if (pID == 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user