platform_bionic/libc/arch-mips64/bionic
Dan Albert 210331d976 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
2014-06-10 21:38:52 -07:00
..
__bionic_clone.S Clear the return address register in __bionic_clone. 2014-05-27 15:49:51 -07:00
__get_sp.S Hide __get_sp. 2014-05-20 20:22:50 -07:00
_exit_with_stack_teardown.S Hide _exit_with_stack_teardown. 2014-05-16 16:17:44 -07:00
_setjmp.S Unify our assembler macros. 2014-02-20 13:51:26 -08:00
atexit.h [MIPS64] libc/libm support 2014-02-06 16:22:20 -08:00
crtbegin.c [MIPS64] libc/libm support 2014-02-06 16:22:20 -08:00
crtbegin_so.c [MIPS64] libc/libm support 2014-02-06 16:22:20 -08:00
getdents.cpp [MIPS64] libc/libm support 2014-02-06 16:22:20 -08:00
memcmp16.S Unify our assembler macros. 2014-02-20 13:51:26 -08:00
setjmp.S Unify our assembler macros. 2014-02-20 13:51:26 -08:00
sigsetjmp.S Unify our assembler macros. 2014-02-20 13:51:26 -08:00
syscall.S Unify our assembler macros. 2014-02-20 13:51:26 -08:00