Skip to content

Commit

Permalink
Revert "MDEV-19129: Xcode compatibility update: deprecated vfork -> f…
Browse files Browse the repository at this point in the history
…ork"

This reverts commit 5d6f3ce.
  • Loading branch information
ohhmm committed Nov 3, 2021
1 parent 8ce5635 commit 2df99f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/connect/tabrest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2df99f2

Please sign in to comment.