aboutsummaryrefslogtreecommitdiff
path: root/src/process/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove __vfork alias•••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. Rich Felker2018-09-121-4/+1
* add arm asm for vforkPatrick Oppenlander2018-09-121-0/+13