mirror of https://git.musl-libc.org/git/musl
Browse Source
this was added so that posix_spawn and possibly other functionality could be implemented in terms of vfork, but that turned out to be unsafe. any such usage needs __clone with proper handling of stack lifetime.master
7 changed files with 7 additions and 28 deletions
Loading…
Reference in new issue