Hacker News new | ask | show | jobs
by knome 394 days ago
for glibc and linux, fork just calls clone. as does posix_spawn, using the flag CLONE_VFORK.