Browse Source

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

This reverts commit 5d6f3cebca.
pull/1939/head
Sergei Krivonos 4 years ago
parent
commit
2df99f2193
  1. 2
      storage/connect/tabrest.cpp

2
storage/connect/tabrest.cpp

@ -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) {

Loading…
Cancel
Save