Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cris: add provide arch-specific vfork implementation | Thorsten Glaser | 2011-03-26 | 1 | -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> |