Skip to content

Commit 2df99f2

Browse files
committed
Revert "MDEV-19129: Xcode compatibility update: deprecated vfork -> fork"
This reverts commit 5d6f3ce.
1 parent 8ce5635 commit 2df99f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/connect/tabrest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ int Xcurl(PGLOBAL g, PCSZ Http, PCSZ Uri, PCSZ filename)
112112

113113
} // endif f
114114

115-
pID = fork();
115+
pID = vfork();
116116
sprintf(fn, "-o%s", filename);
117117

118118
if (pID == 0) {

0 commit comments

Comments
 (0)