overhaul posix_spawn to use CLONE_VM instead of vfork
[musl] / src / process / fdop.h
index 02ff83c..00b8751 100644 (file)
@@ -4,7 +4,7 @@
 
 struct fdop {
        struct fdop *next, *prev;
-       int cmd, fd, newfd, oflag;
+       int cmd, fd, srcfd, oflag;
        mode_t mode;
        char path[];
 };