summaryrefslogtreecommitdiff
path: root/src/process/arm
AgeCommit message (Collapse)AuthorLines
2018-09-12remove __vfork aliasRich Felker-4/+1
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.
2018-09-12add arm asm for vforkPatrick Oppenlander-0/+13