summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/cris/vfork.S
Commit message (Collapse)AuthorAgeFilesLines
* cris: add provide arch-specific vfork implementationThorsten Glaser2011-03-261-0/+30
vfork must be called with nothing at all on the stack, so implementing it via syscall() does not work. Signed-off-by: Thorsten Glaser <tg@mirbsd.org> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>