commit | 210331d9762037afb9b5ed8413079c6f65872df9 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Jun 05 18:07:03 2014 -0700 |
committer | Dan Albert <danalbert@google.com> | Tue Jun 10 21:38:52 2014 -0700 |
tree | 85e6c875bcd65741da38a7d2b6a47cc24440d8b4 | |
parent | e2a54ca80e011db21665e9639af4608f58e32fbd [diff] [blame] |
Replaces vfork() implementation with fork() vfork() was removed from POSIX 2008, so this replaces its implementation with a call to fork(). Bug: 13935372 Change-Id: I6d99ac9e52a2efc5ee9bda1cab908774b830cedc
diff --git a/libc/Android.mk b/libc/Android.mk index ee8981a..3512771 100644 --- a/libc/Android.mk +++ b/libc/Android.mk
@@ -224,6 +224,7 @@ bionic/umount.cpp \ bionic/unlink.cpp \ bionic/utimes.cpp \ + bionic/vfork.cpp \ bionic/wait.cpp \ bionic/wchar.cpp \ bionic/wctype.cpp \