OSDN Git Service

Patch over bionic's vfork for now
authorDylan Simon <dylan@dylex.net>
Wed, 20 Jan 2010 05:31:03 +0000 (00:31 -0500)
committerDylan Simon <dylan@dylex.net>
Wed, 20 Jan 2010 05:53:52 +0000 (00:53 -0500)
commitc3aefd424e5d8b4dc7b5a8d192a829558011f8d8
tree13bd7c3182d2d3de5728c17c166bd1ec93c96335
parentf6c4a3263eb3ff5af43f94f97e2658deb28b34dd
Patch over bionic's vfork for now

Bionic's vfork is rather broken, and seems to corrupt the stack,
especially when the parent returns before the child completes.   For
now, replace vfork with fork until the issues are sorted out.
include/android.h