OSDN Git Service

cris: add provide arch-specific vfork implementation
authorThorsten Glaser <tg@mirbsd.org>
Sat, 26 Mar 2011 15:11:51 +0000 (15:11 +0000)
committerMike Frysinger <vapier@gentoo.org>
Sun, 27 Mar 2011 03:50:49 +0000 (23:50 -0400)
commit9b5df2295b4a3cfc63a15b6490f2b61dcf7c1be9
tree0612cb24c1d56092bc5d0bafc1687354f173b12e
parent251f2266bf24b1b396f59eef60d0acf41fdd02e4
cris: add provide arch-specific vfork implementation

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>
libc/sysdeps/linux/cris/Makefile.arch
libc/sysdeps/linux/cris/vfork.S [new file with mode: 0644]