From 210331d9762037afb9b5ed8413079c6f65872df9 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 5 Jun 2014 18:07:03 -0700 Subject: 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 --- libc/arch-mips64/mips64.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/arch-mips64/mips64.mk') diff --git a/libc/arch-mips64/mips64.mk b/libc/arch-mips64/mips64.mk index 2b18042..799eb6d 100644 --- a/libc/arch-mips64/mips64.mk +++ b/libc/arch-mips64/mips64.mk @@ -48,7 +48,6 @@ libc_bionic_src_files_mips64 := \ arch-mips64/bionic/setjmp.S \ arch-mips64/bionic/sigsetjmp.S \ arch-mips64/bionic/syscall.S \ - arch-mips64/bionic/vfork.S \ # FIXME TODO ## libc_bionic_src_files_mips64 += arch-mips64/string/memcpy.S -- cgit v1.1