Y
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
comex
1470 days ago
On macOS it is a system call.
link