Fix the x86_64 vfork implementation.

Change-Id: I599507f5058e6196dc2d5b5653d06d5135dd8ac1
This commit is contained in:
Elliott Hughes
2013-10-18 18:21:11 -07:00
parent a5bab412e0
commit 9ea4d5f3a8
5 changed files with 50 additions and 20 deletions

View File

@@ -83,7 +83,7 @@ int getrusage(int who, struct rusage* r_usage) all
int setgroups:setgroups32(int, const gid_t*) arm,x86
int setgroups:setgroups(int, const gid_t*) mips,x86_64
int setpgid(pid_t, pid_t) all
pid_t vfork(void) arm,x86_64
pid_t vfork(void) arm
int setregid:setregid32(gid_t, gid_t) arm,x86
int setregid:setregid(gid_t, gid_t) mips,x86_64
int chroot(const char*) all