Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mips: Add vfork to libc | Khem Raj | 2010-05-19 | 1 | -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 nptl | Austin Foxley | 2009-10-17 | 1 | -0/+97 |
* vfork impl with support for SAVE_PID, RESTORE_PID * sysdep.h assembly macros Signed-off-by: Austin Foxley <austinf@cetoncorp.com> |