OSDN Git Service

Revert "Replaces vfork() implementation with fork()"
authorDan Albert <danalbert@google.com>
Tue, 5 Aug 2014 20:53:31 +0000 (20:53 +0000)
committerDan Albert <danalbert@google.com>
Wed, 6 Aug 2014 19:32:22 +0000 (12:32 -0700)
commit5386a741e77bfff4e72ca6861fdd3fe2208452ce
tree1192a2a4485463b0e2387cb4d578e2c6be8ef1cb
parent00a8344ae82a691209b665adae828a5abe570cfb
Revert "Replaces vfork() implementation with fork()"

We're getting cold feet on this one... let's put it back.

This reverts commit 210331d9762037afb9b5ed8413079c6f65872df9.

Change-Id: I6b0d3c2b1dbf7f1dc9566979a91b7504c2189269
(cherry picked from commit 6a918870bab1a55a5f57dd7954abd9a8a27c1bc2)
12 files changed:
libc/SYSCALLS.TXT
libc/arch-arm/syscalls/vfork.S [new file with mode: 0644]
libc/arch-arm64/arm64.mk
libc/arch-arm64/bionic/vfork.S [new file with mode: 0644]
libc/arch-mips/bionic/vfork.S [new file with mode: 0644]
libc/arch-mips/mips.mk
libc/arch-mips64/bionic/vfork.S [new file with mode: 0644]
libc/arch-mips64/mips64.mk
libc/arch-x86/bionic/vfork.S [new file with mode: 0644]
libc/arch-x86/x86.mk
libc/arch-x86_64/bionic/vfork.S [moved from libc/bionic/vfork.cpp with 76% similarity]
libc/arch-x86_64/x86_64.mk