Hacker News new | ask | show | jobs
by cryptonector 1471 days ago
In glibc it uses vfork() in some cases.

In Solaris/Illumos it uses vfork() or vforkx().

In principle posix_spawn() can be a system call.

1 comments

On macOS it is a system call.