mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-19129: Xcode compatibility update: deprecated vfork -> fork
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user