summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/syscall_error.S
Commit message (Collapse)AuthorAgeFilesLines
* mips/syscall-error: Choose the correct version for setting up errno.Khem Raj2010-06-301-3/+5
| | | | | | | | | | | * Current function is a C protype and PSEUDO macro does not transfer syscall return parameters to correct argument registers for a C function. This causes problem with syscalls setting wrong value for errno when they encounter an error. * Fixes PR/2089 for mips/nptl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* whitespace fixesAustin Foxley2009-10-171-3/+3
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* mips specific bits needed for nptlAustin Foxley2009-10-171-0/+82
* vfork impl with support for SAVE_PID, RESTORE_PID * sysdep.h assembly macros Signed-off-by: Austin Foxley <austinf@cetoncorp.com>