summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/vfork.S
Commit message (Collapse)AuthorAgeFilesLines
* mips: Add vfork to libcKhem Raj2010-05-191-2/+5
| | | | | | | | | * When using NPTL get clone.o from nptl. * Only use vfork if syscall is there. * Add libc_a_SSRC to LINUX_LIBC_ARCH_OBJ. * Use CLEAN_* for clean target. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mips specific bits needed for nptlAustin Foxley2009-10-171-0/+97
* vfork impl with support for SAVE_PID, RESTORE_PID * sysdep.h assembly macros Signed-off-by: Austin Foxley <austinf@cetoncorp.com>