Skip to content
  • Leigh B. Stoller's avatar
    /* · 46b277fe
    Leigh B. Stoller authored
     * Define vfork to fork. Why? Well starting at 6.X FreeBSD switched
     * its underlying pthread impl, and popen is broken in threaded apps,
     * since it uses vfork. I have no understanding of any of this, only
     * that avoiding vfork solves the problem.  We can back this change
     * out once we figure out a real solution.
     */
    46b277fe