summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/syscall_error.S
Commit message (Collapse)AuthorAgeFilesLines
* whitespace fixesAustin Foxley2009-10-171-3/+3
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-12-091-1/+1
| | | | | | This patch makes mips nptl port compile again Replace remaining instances of asm by __asm__ and volatile by __volatile__ include bits/errno.h instead of obsolete bits/errno_values.h
* Clean up the 'sysdep.h' header chain. Other architectures will have their ↵"Steven J. Hill"2006-02-051-4/+2
| | | | own 'sysdep.h' file in the various NPTL threads directories. Clean up other files having to do with the usage of it.
* Import assembly version of 'syscall_error' so that it can be a hidden ↵"Steven J. Hill"2006-01-051-0/+84
function and NPTL can include as well.